Html Css Color HEX #CCEAFE Pattens Blue

📋 copy color: '#CCEAFE'

red 204 ◦ green 234 ◦ blue 254

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

Shades of Pattens Blue #CCEAFE

Tints of Pattens Blue #CCEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.82%

 BLUE value IS 254 (99.61% from 255) = 36.71%

R = 29.48%
G = 33.82%
B = 36.71%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCEAFE (or 0xCCEAFE) is known color: Pattens Blue. HEX triplet: CC, EA and FE. RGB value is (204,234,254). Sum of RGB (Red+Green+Blue) = 204+234+254=692 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.48% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAFE is #331501. Grayscale: #E3E3E3. Windows color (decimal): -3347714 or 16706252. OLE color: 16706252.

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

Color convert

RGB 204 234 254 -
CMYK 0.20 0.08 0 0.00
HSL 204º 0.96% 0.9% -
HSV(B) 204º 0.2% 1% -
XYZ 72.21 78.84 105.18 -
YUV 227.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 204 234 254 0.20 0.08 0 0.00 204 0.96 0.9
Hex CC EA FE 14 8 0 0 CC 60 5A
Octal 314 352 376 24 10 0 0 314 140 132
Binary 11001100 11101010 11111110 10100 1000 0 0 11001100 1100000 1011010

Color Harmonies of #CCEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAFE

Black with #CCEAFE

Text Example


Text Example

White with #CCEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAFE; }

 p { color: rgb(204,234,254); }

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

background-color css

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

 a { background-color: rgb(204,234,254); }

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

border-color css

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

 span { border-color: rgb(204,234,254); }

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