Html Css Color HEX #CCF0FB Pattens Blue

📋 copy color: '#CCF0FB'

red 204 ◦ green 240 ◦ blue 251

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

Shades of Pattens Blue #CCF0FB

Tints of Pattens Blue #CCF0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 29.35%
G = 34.53%
B = 36.12%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF0FB (or 0xCCF0FB) is known color: Pattens Blue. HEX triplet: CC, F0 and FB. RGB value is (204,240,251). Sum of RGB (Red+Green+Blue) = 204+240+251=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF0FB is #330F04. Grayscale: #E6E6E6. Windows color (decimal): -3346181 or 16511180. OLE color: 16511180.

HSL color Cylindrical-coordinate representation of color #CCF0FB: hue angle of 194.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF0FB is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 240 251 -
CMYK 0.19 0.04 0 0.02
HSL 194.04º 0.85% 0.89% -
HSV(B) 194.04º 0.19% 0.98% -
XYZ 73.47 82.12 103.25 -
YUV 230.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 204 240 251 0.19 0.04 0 0.02 194.04 0.85 0.89
Hex CC F0 FB 13 4 0 2 C2 55 59
Octal 314 360 373 23 4 0 2 302 125 131
Binary 11001100 11110000 11111011 10011 100 0 10 11000010 1010101 1011001

Color Harmonies of #CCF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF0FB

Black with #CCF0FB

Text Example


Text Example

White with #CCF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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