Html Css Color HEX #CCE5F9 Pattens Blue

📋 copy color: '#CCE5F9'

red 204 ◦ green 229 ◦ blue 249

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

Shades of Pattens Blue #CCE5F9

Tints of Pattens Blue #CCE5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.58%

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

R = 29.91%
G = 33.58%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE5F9 (or 0xCCE5F9) is known color: Pattens Blue. HEX triplet: CC, E5 and F9. RGB value is (204,229,249). Sum of RGB (Red+Green+Blue) = 204+229+249=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5F9 is #331A06. Grayscale: #DFDFDF. Windows color (decimal): -3348999 or 16377292. OLE color: 16377292.

HSL color Cylindrical-coordinate representation of color #CCE5F9: hue angle of 206.67º 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 #CCE5F9 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 229 249 -
CMYK 0.18 0.08 0 0.02
HSL 206.67º 0.79% 0.89% -
HSV(B) 206.67º 0.18% 0.98% -
XYZ 70.02 75.72 100.55 -
YUV 223.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 204 229 249 0.18 0.08 0 0.02 206.67 0.79 0.89
Hex CC E5 F9 12 8 0 2 CF 4F 59
Octal 314 345 371 22 10 0 2 317 117 131
Binary 11001100 11100101 11111001 10010 1000 0 10 11001111 1001111 1011001

Color Harmonies of #CCE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5F9

Black with #CCE5F9

Text Example


Text Example

White with #CCE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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