Html Css Color HEX #CCEFFC Pattens Blue

📋 copy color: '#CCEFFC'

red 204 ◦ green 239 ◦ blue 252

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

Shades of Pattens Blue #CCEFFC

Tints of Pattens Blue #CCEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.39%

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

R = 29.35%
G = 34.39%
B = 36.26%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCEFFC (or 0xCCEFFC) is known color: Pattens Blue. HEX triplet: CC, EF and FC. RGB value is (204,239,252). Sum of RGB (Red+Green+Blue) = 204+239+252=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFFC is #331003. Grayscale: #E5E5E5. Windows color (decimal): -3346436 or 16576460. OLE color: 16576460.

HSL color Cylindrical-coordinate representation of color #CCEFFC: hue angle of 196.25º 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 #CCEFFC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 239 252 -
CMYK 0.19 0.05 0 0.01
HSL 196.25º 0.89% 0.89% -
HSV(B) 196.25º 0.19% 0.99% -
XYZ 73.34 81.6 103.98 -
YUV 230.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 204 239 252 0.19 0.05 0 0.01 196.25 0.89 0.89
Hex CC EF FC 13 5 0 1 C4 59 59
Octal 314 357 374 23 5 0 1 304 131 131
Binary 11001100 11101111 11111100 10011 101 0 1 11000100 1011001 1011001

Color Harmonies of #CCEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFFC

Black with #CCEFFC

Text Example


Text Example

White with #CCEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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