Html Css Color HEX #CEE5FC Pattens Blue

📋 copy color: '#CEE5FC'

red 206 ◦ green 229 ◦ blue 252

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

Shades of Pattens Blue #CEE5FC

Tints of Pattens Blue #CEE5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 29.99%
G = 33.33%
B = 36.68%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEE5FC (or 0xCEE5FC) is known color: Pattens Blue. HEX triplet: CE, E5 and FC. RGB value is (206,229,252). Sum of RGB (Red+Green+Blue) = 206+229+252=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FC is #311A03. Grayscale: #E0E0E0. Windows color (decimal): -3217924 or 16573902. OLE color: 16573902.

HSL color Cylindrical-coordinate representation of color #CEE5FC: hue angle of 210º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE5FC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 229 252 -
CMYK 0.18 0.09 0 0.01
HSL 210º 0.88% 0.9% -
HSV(B) 210º 0.18% 0.99% -
XYZ 71.04 76.19 103.06 -
YUV 224.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 206 229 252 0.18 0.09 0 0.01 210 0.88 0.9
Hex CE E5 FC 12 9 0 1 D2 58 5A
Octal 316 345 374 22 11 0 1 322 130 132
Binary 11001110 11100101 11111100 10010 1001 0 1 11010010 1011000 1011010

Color Harmonies of #CEE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5FC

Black with #CEE5FC

Text Example


Text Example

White with #CEE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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