Html Css Color HEX #CCF0FF Pattens Blue

📋 copy color: '#CCF0FF'

red 204 ◦ green 240 ◦ blue 255

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

Shades of Pattens Blue #CCF0FF

Tints of Pattens Blue #CCF0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.33%

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

R = 29.18%
G = 34.33%
B = 36.48%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCF0FF (or 0xCCF0FF) is known color: Pattens Blue. HEX triplet: CC, F0 and FF. RGB value is (204,240,255). Sum of RGB (Red+Green+Blue) = 204+240+255=699 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.18% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FF is #330F00. Grayscale: #E6E6E6. Windows color (decimal): -3346177 or 16773324. OLE color: 16773324.

HSL color Cylindrical-coordinate representation of color #CCF0FF: hue angle of 197.65º 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 #CCF0FF is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 240 255 -
CMYK 0.2 0.06 0 0
HSL 197.65º 1% 0.9% -
HSV(B) 197.65º 0.2% 1% -
XYZ 74.11 82.38 106.6 -
YUV 230.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 204 240 255 0.2 0.06 0 0 197.65 1 0.9
Hex CC F0 FF 14 6 0 0 C6 64 5A
Octal 314 360 377 24 6 0 0 306 144 132
Binary 11001100 11110000 11111111 10100 110 0 0 11000110 1100100 1011010

Color Harmonies of #CCF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0FF

Black with #CCF0FF

Text Example


Text Example

White with #CCF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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