Html Css Color HEX #CEE9FB Pattens Blue

📋 copy color: '#CEE9FB'

red 206 ◦ green 233 ◦ blue 251

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

Shades of Pattens Blue #CEE9FB

Tints of Pattens Blue #CEE9FB

RGB

 RED value IS 206 (80.86% from 255) = 29.86%

 GREEN value IS 233 (91.41% from 255) = 33.77%

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

R = 29.86%
G = 33.77%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE9FB (or 0xCEE9FB) is known color: Pattens Blue. HEX triplet: CE, E9 and FB. RGB value is (206,233,251). Sum of RGB (Red+Green+Blue) = 206+233+251=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9FB is #311604. Grayscale: #E2E2E2. Windows color (decimal): -3216901 or 16509390. OLE color: 16509390.

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

Color convert

RGB 206 233 251 -
CMYK 0.18 0.07 0 0.02
HSL 204º 0.85% 0.9% -
HSV(B) 204º 0.18% 0.98% -
XYZ 72.01 78.36 102.6 -
YUV 226.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 206 233 251 0.18 0.07 0 0.02 204 0.85 0.9
Hex CE E9 FB 12 7 0 2 CC 55 5A
Octal 316 351 373 22 7 0 2 314 125 132
Binary 11001110 11101001 11111011 10010 111 0 10 11001100 1010101 1011010

Color Harmonies of #CEE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9FB

Black with #CEE9FB

Text Example


Text Example

White with #CEE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9FB; }

 p { color: rgb(206,233,251); }

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

background-color css

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

 a { background-color: rgb(206,233,251); }

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

border-color css

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

 span { border-color: rgb(206,233,251); }

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