Html Css Color HEX #CCE9FF Pattens Blue

📋 copy color: '#CCE9FF'

red 204 ◦ green 233 ◦ blue 255

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

Shades of Pattens Blue #CCE9FF

Tints of Pattens Blue #CCE9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.67%

 BLUE value IS 255 (100% from 255) = 36.85%

R = 29.48%
G = 33.67%
B = 36.85%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCE9FF (or 0xCCE9FF) is known color: Pattens Blue. HEX triplet: CC, E9 and FF. RGB value is (204,233,255). Sum of RGB (Red+Green+Blue) = 204+233+255=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9FF is #331600. Grayscale: #E2E2E2. Windows color (decimal): -3347969 or 16771532. OLE color: 16771532.

HSL color Cylindrical-coordinate representation of color #CCE9FF: hue angle of 205.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE9FF is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 233 255 -
CMYK 0.2 0.09 0 0
HSL 205.88º 1% 0.9% -
HSV(B) 205.88º 0.2% 1% -
XYZ 72.09 78.34 105.93 -
YUV 226.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 204 233 255 0.2 0.09 0 0 205.88 1 0.9
Hex CC E9 FF 14 9 0 0 CE 64 5A
Octal 314 351 377 24 11 0 0 316 144 132
Binary 11001100 11101001 11111111 10100 1001 0 0 11001110 1100100 1011010

Color Harmonies of #CCE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9FF

Black with #CCE9FF

Text Example


Text Example

White with #CCE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9FF; }

 p { color: rgb(204,233,255); }

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

background-color css

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

 a { background-color: rgb(204,233,255); }

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

border-color css

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

 span { border-color: rgb(204,233,255); }

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