Html Css Color HEX #CCF0FC Pattens Blue

📋 copy color: '#CCF0FC'

red 204 ◦ green 240 ◦ blue 252

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

Shades of Pattens Blue #CCF0FC

Tints of Pattens Blue #CCF0FC

RGB

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

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

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

R = 29.31%
G = 34.48%
B = 36.21%

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

#CCF0FC (or 0xCCF0FC) is known color: Pattens Blue. HEX triplet: CC, F0 and FC. RGB value is (204,240,252). Sum of RGB (Red+Green+Blue) = 204+240+252=696 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.31% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FC is #330F03. Grayscale: #E6E6E6. Windows color (decimal): -3346180 or 16576716. OLE color: 16576716.

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

Color convert

RGB 204 240 252 -
CMYK 0.19 0.05 0 0.01
HSL 195º 0.89% 0.89% -
HSV(B) 195º 0.19% 0.99% -
XYZ 73.63 82.19 104.08 -
YUV 230.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 204 240 252 0.19 0.05 0 0.01 195 0.89 0.89
Hex CC F0 FC 13 5 0 1 C3 59 59
Octal 314 360 374 23 5 0 1 303 131 131
Binary 11001100 11110000 11111100 10011 101 0 1 11000011 1011001 1011001

Color Harmonies of #CCF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0FC

Black with #CCF0FC

Text Example


Text Example

White with #CCF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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