Html Css Color HEX #CEE4FF Pattens Blue

📋 copy color: '#CEE4FF'

red 206 ◦ green 228 ◦ blue 255

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

Shades of Pattens Blue #CEE4FF

Tints of Pattens Blue #CEE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.09%

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

R = 29.9%
G = 33.09%
B = 37.01%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEE4FF (or 0xCEE4FF) is known color: Pattens Blue. HEX triplet: CE, E4 and FF. RGB value is (206,228,255). Sum of RGB (Red+Green+Blue) = 206+228+255=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4FF is #311B00. Grayscale: #E0E0E0. Windows color (decimal): -3218177 or 16770254. OLE color: 16770254.

HSL color Cylindrical-coordinate representation of color #CEE4FF: hue angle of 213.06º 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 #CEE4FF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 228 255 -
CMYK 0.19 0.11 0 0
HSL 213.06º 1% 0.9% -
HSV(B) 213.06º 0.19% 1% -
XYZ 71.25 75.83 105.49 -
YUV 224.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 206 228 255 0.19 0.11 0 0 213.06 1 0.9
Hex CE E4 FF 13 B 0 0 D5 64 5A
Octal 316 344 377 23 13 0 0 325 144 132
Binary 11001110 11100100 11111111 10011 1011 0 0 11010101 1100100 1011010

Color Harmonies of #CEE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4FF

Black with #CEE4FF

Text Example


Text Example

White with #CEE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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