Html Css Color HEX #CCE3F9 Pattens Blue

📋 copy color: '#CCE3F9'

red 204 ◦ green 227 ◦ blue 249

#CCE3F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CCE3F9

Tints of Pattens Blue #CCE3F9

RGB

 RED value IS 204 (80.08% from 255) = 30%

 GREEN value IS 227 (89.06% from 255) = 33.38%

 BLUE value IS 249 (97.66% from 255) = 36.62%

R = 30%
G = 33.38%
B = 36.62%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCE3F9 (or 0xCCE3F9) is known color: Pattens Blue. HEX triplet: CC, E3 and F9. RGB value is (204,227,249). Sum of RGB (Red+Green+Blue) = 204+227+249=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F9 is #331C06. Grayscale: #DEDEDE. Windows color (decimal): -3349511 or 16376780. OLE color: 16376780.

HSL color Cylindrical-coordinate representation of color #CCE3F9: hue angle of 209.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE3F9 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 227 249 -
CMYK 0.18 0.09 0 0.02
HSL 209.33º 0.79% 0.89% -
HSV(B) 209.33º 0.18% 0.98% -
XYZ 69.47 74.62 100.36 -
YUV 222.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 204 227 249 0.18 0.09 0 0.02 209.33 0.79 0.89
Hex CC E3 F9 12 9 0 2 D1 4F 59
Octal 314 343 371 22 11 0 2 321 117 131
Binary 11001100 11100011 11111001 10010 1001 0 10 11010001 1001111 1011001

Color Harmonies of #CCE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3F9

Black with #CCE3F9

Text Example


Text Example

White with #CCE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3F9; }

 p { color: rgb(204,227,249); }

 H1.HeaderClassName
 {
   color: #CCE3F9;
 }
 .AnyTagClassName
 {
   color: #CCE3F9;
 }
</style>

background-color css

<style>
 a { background-color: #CCE3F9; }

 a { background-color: rgb(204,227,249); }

 div.DivClassName
 {
   background-color: #CCE3F9;
 }
 .BgClassName
 {
   background-color: #CCE3F9;
 }
</style>

border-color css

<style>
 span { border-color: #CCE3F9; }

 span { border-color: rgb(204,227,249); }

 td.TdClassName
 {
   border-color: #CCE3F9;
 }
 .TagClassName
 {
   border-color: #CCE3F9;
 }
</style>