Html Css Color HEX #CCE8FB Pattens Blue

📋 copy color: '#CCE8FB'

red 204 ◦ green 232 ◦ blue 251

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

Shades of Pattens Blue #CCE8FB

Tints of Pattens Blue #CCE8FB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.77%

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

R = 29.69%
G = 33.77%
B = 36.54%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCE8FB (or 0xCCE8FB) is known color: Pattens Blue. HEX triplet: CC, E8 and FB. RGB value is (204,232,251). Sum of RGB (Red+Green+Blue) = 204+232+251=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FB is #331704. Grayscale: #E1E1E1. Windows color (decimal): -3348229 or 16509132. OLE color: 16509132.

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

Color convert

RGB 204 232 251 -
CMYK 0.19 0.08 0 0.02
HSL 204.26º 0.85% 0.89% -
HSV(B) 204.26º 0.19% 0.98% -
XYZ 71.17 77.52 102.48 -
YUV 225.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 204 232 251 0.19 0.08 0 0.02 204.26 0.85 0.89
Hex CC E8 FB 13 8 0 2 CC 55 59
Octal 314 350 373 23 10 0 2 314 125 131
Binary 11001100 11101000 11111011 10011 1000 0 10 11001100 1010101 1011001

Color Harmonies of #CCE8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8FB

Black with #CCE8FB

Text Example


Text Example

White with #CCE8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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