Html Css Color HEX #CEE1ED Pattens Blue

📋 copy color: '#CEE1ED'

red 206 ◦ green 225 ◦ blue 237

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

Shades of Pattens Blue #CEE1ED

Tints of Pattens Blue #CEE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.68%

 BLUE value IS 237 (92.97% from 255) = 35.48%

R = 30.84%
G = 33.68%
B = 35.48%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE1ED (or 0xCEE1ED) is known color: Pattens Blue. HEX triplet: CE, E1 and ED. RGB value is (206,225,237). Sum of RGB (Red+Green+Blue) = 206+225+237=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1ED is #311E12. Grayscale: #DCDCDC. Windows color (decimal): -3218963 or 15589838. OLE color: 15589838.

HSL color Cylindrical-coordinate representation of color #CEE1ED: hue angle of 203.23º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE1ED is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 225 237 -
CMYK 0.13 0.05 0 0.07
HSL 203.23º 0.46% 0.87% -
HSV(B) 203.23º 0.13% 0.93% -
XYZ 67.66 73.09 90.66 -
YUV 220.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 206 225 237 0.13 0.05 0 0.07 203.23 0.46 0.87
Hex CE E1 ED D 5 0 7 CB 2E 57
Octal 316 341 355 15 5 0 7 313 56 127
Binary 11001110 11100001 11101101 1101 101 0 111 11001011 101110 1010111

Color Harmonies of #CEE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1ED

Black with #CEE1ED

Text Example


Text Example

White with #CEE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1ED; }

 p { color: rgb(206,225,237); }

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

background-color css

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

 a { background-color: rgb(206,225,237); }

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

border-color css

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

 span { border-color: rgb(206,225,237); }

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