Html Css Color HEX #CEE2EF Pattens Blue

📋 copy color: '#CEE2EF'

red 206 ◦ green 226 ◦ blue 239

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

Shades of Pattens Blue #CEE2EF

Tints of Pattens Blue #CEE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.68%

 BLUE value IS 239 (93.75% from 255) = 35.62%

R = 30.7%
G = 33.68%
B = 35.62%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CEE2EF (or 0xCEE2EF) is known color: Pattens Blue. HEX triplet: CE, E2 and EF. RGB value is (206,226,239). Sum of RGB (Red+Green+Blue) = 206+226+239=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2EF is #311D10. Grayscale: #DDDDDD. Windows color (decimal): -3218705 or 15721166. OLE color: 15721166.

HSL color Cylindrical-coordinate representation of color #CEE2EF: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEE2EF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 226 239 -
CMYK 0.14 0.05 0 0.06
HSL 203.64º 0.51% 0.87% -
HSV(B) 203.64º 0.14% 0.94% -
XYZ 68.23 73.75 92.3 -
YUV 221.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 206 226 239 0.14 0.05 0 0.06 203.64 0.51 0.87
Hex CE E2 EF E 5 0 6 CC 33 57
Octal 316 342 357 16 5 0 6 314 63 127
Binary 11001110 11100010 11101111 1110 101 0 110 11001100 110011 1010111

Color Harmonies of #CEE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2EF

Black with #CEE2EF

Text Example


Text Example

White with #CEE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2EF; }

 p { color: rgb(206,226,239); }

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

background-color css

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

 a { background-color: rgb(206,226,239); }

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

border-color css

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

 span { border-color: rgb(206,226,239); }

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