Html Css Color HEX #CCEAFC Pattens Blue

📋 copy color: '#CCEAFC'

red 204 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #CCEAFC

Tints of Pattens Blue #CCEAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.52%

R = 29.57%
G = 33.91%
B = 36.52%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCEAFC (or 0xCCEAFC) is known color: Pattens Blue. HEX triplet: CC, EA and FC. RGB value is (204,234,252). Sum of RGB (Red+Green+Blue) = 204+234+252=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAFC is #331503. Grayscale: #E2E2E2. Windows color (decimal): -3347716 or 16575180. OLE color: 16575180.

HSL color Cylindrical-coordinate representation of color #CCEAFC: hue angle of 202.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEAFC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 234 252 -
CMYK 0.19 0.07 0 0.01
HSL 202.5º 0.89% 0.89% -
HSV(B) 202.5º 0.19% 0.99% -
XYZ 71.9 78.71 103.5 -
YUV 227.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 204 234 252 0.19 0.07 0 0.01 202.5 0.89 0.89
Hex CC EA FC 13 7 0 1 CA 59 59
Octal 314 352 374 23 7 0 1 312 131 131
Binary 11001100 11101010 11111100 10011 111 0 1 11001010 1011001 1011001

Color Harmonies of #CCEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAFC

Black with #CCEAFC

Text Example


Text Example

White with #CCEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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