Html Css Color HEX #CCF1FF Pattens Blue

📋 copy color: '#CCF1FF'

red 204 ◦ green 241 ◦ blue 255

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

Shades of Pattens Blue #CCF1FF

Tints of Pattens Blue #CCF1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.43%

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

R = 29.14%
G = 34.43%
B = 36.43%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCF1FF (or 0xCCF1FF) is known color: Pattens Blue. HEX triplet: CC, F1 and FF. RGB value is (204,241,255). Sum of RGB (Red+Green+Blue) = 204+241+255=700 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.14% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF1FF is #330E00. Grayscale: #E7E7E7. Windows color (decimal): -3345921 or 16773580. OLE color: 16773580.

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

Color convert

RGB 204 241 255 -
CMYK 0.2 0.05 0 0
HSL 196.47º 1% 0.9% -
HSV(B) 196.47º 0.2% 1% -
XYZ 74.41 82.97 106.7 -
YUV 231.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 204 241 255 0.2 0.05 0 0 196.47 1 0.9
Hex CC F1 FF 14 5 0 0 C4 64 5A
Octal 314 361 377 24 5 0 0 304 144 132
Binary 11001100 11110001 11111111 10100 101 0 0 11000100 1100100 1011010

Color Harmonies of #CCF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1FF

Black with #CCF1FF

Text Example


Text Example

White with #CCF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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