Html Css Color HEX #CEE5FF Pattens Blue

📋 copy color: '#CEE5FF'

red 206 ◦ green 229 ◦ blue 255

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

Shades of Pattens Blue #CEE5FF

Tints of Pattens Blue #CEE5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.96%

R = 29.86%
G = 33.19%
B = 36.96%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEE5FF (or 0xCEE5FF) is known color: Pattens Blue. HEX triplet: CE, E5 and FF. RGB value is (206,229,255). Sum of RGB (Red+Green+Blue) = 206+229+255=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FF is #311A00. Grayscale: #E0E0E0. Windows color (decimal): -3217921 or 16770510. OLE color: 16770510.

HSL color Cylindrical-coordinate representation of color #CEE5FF: hue angle of 211.84º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE5FF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 229 255 -
CMYK 0.19 0.10 0 0
HSL 211.84º 1% 0.9% -
HSV(B) 211.84º 0.19% 1% -
XYZ 71.52 76.38 105.58 -
YUV 225.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 206 229 255 0.19 0.10 0 0 211.84 1 0.9
Hex CE E5 FF 13 A 0 0 D4 64 5A
Octal 316 345 377 23 12 0 0 324 144 132
Binary 11001110 11100101 11111111 10011 1010 0 0 11010100 1100100 1011010

Color Harmonies of #CEE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5FF

Black with #CEE5FF

Text Example


Text Example

White with #CEE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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