Html Css Color HEX #CCE5FB Pattens Blue

📋 copy color: '#CCE5FB'

red 204 ◦ green 229 ◦ blue 251

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

Shades of Pattens Blue #CCE5FB

Tints of Pattens Blue #CCE5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.48%

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

R = 29.82%
G = 33.48%
B = 36.7%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE5FB (or 0xCCE5FB) is known color: Pattens Blue. HEX triplet: CC, E5 and FB. RGB value is (204,229,251). Sum of RGB (Red+Green+Blue) = 204+229+251=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FB is #331A04. Grayscale: #DFDFDF. Windows color (decimal): -3348997 or 16508364. OLE color: 16508364.

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

Color convert

RGB 204 229 251 -
CMYK 0.19 0.09 0 0.02
HSL 208.09º 0.85% 0.89% -
HSV(B) 208.09º 0.19% 0.98% -
XYZ 70.33 75.84 102.2 -
YUV 224.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 204 229 251 0.19 0.09 0 0.02 208.09 0.85 0.89
Hex CC E5 FB 13 9 0 2 D0 55 59
Octal 314 345 373 23 11 0 2 320 125 131
Binary 11001100 11100101 11111011 10011 1001 0 10 11010000 1010101 1011001

Color Harmonies of #CCE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5FB

Black with #CCE5FB

Text Example


Text Example

White with #CCE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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