Html Css Color HEX #CEE5FB Pattens Blue

📋 copy color: '#CEE5FB'

red 206 ◦ green 229 ◦ blue 251

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

Shades of Pattens Blue #CEE5FB

Tints of Pattens Blue #CEE5FB

RGB

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

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

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

R = 30.03%
G = 33.38%
B = 36.59%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE5FB (or 0xCEE5FB) is known color: Pattens Blue. HEX triplet: CE, E5 and FB. RGB value is (206,229,251). Sum of RGB (Red+Green+Blue) = 206+229+251=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FB is #311A04. Grayscale: #E0E0E0. Windows color (decimal): -3217925 or 16508366. OLE color: 16508366.

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

Color convert

RGB 206 229 251 -
CMYK 0.18 0.09 0 0.02
HSL 209.33º 0.85% 0.9% -
HSV(B) 209.33º 0.18% 0.98% -
XYZ 70.89 76.13 102.22 -
YUV 224.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 206 229 251 0.18 0.09 0 0.02 209.33 0.85 0.9
Hex CE E5 FB 12 9 0 2 D1 55 5A
Octal 316 345 373 22 11 0 2 321 125 132
Binary 11001110 11100101 11111011 10010 1001 0 10 11010001 1010101 1011010

Color Harmonies of #CEE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5FB

Black with #CEE5FB

Text Example


Text Example

White with #CEE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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