Html Css Color HEX #CEE6FF Pattens Blue

📋 copy color: '#CEE6FF'

red 206 ◦ green 230 ◦ blue 255

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

Shades of Pattens Blue #CEE6FF

Tints of Pattens Blue #CEE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.29%

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

R = 29.81%
G = 33.29%
B = 36.9%

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

#CEE6FF (or 0xCEE6FF) is known color: Pattens Blue. HEX triplet: CE, E6 and FF. RGB value is (206,230,255). Sum of RGB (Red+Green+Blue) = 206+230+255=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FF is #311900. Grayscale: #E1E1E1. Windows color (decimal): -3217665 or 16770766. OLE color: 16770766.

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

Color convert

RGB 206 230 255 -
CMYK 0.19 0.10 0 0
HSL 210.61º 1% 0.9% -
HSV(B) 210.61º 0.19% 1% -
XYZ 71.8 76.94 105.67 -
YUV 225.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 206 230 255 0.19 0.10 0 0 210.61 1 0.9
Hex CE E6 FF 13 A 0 0 D3 64 5A
Octal 316 346 377 23 12 0 0 323 144 132
Binary 11001110 11100110 11111111 10011 1010 0 0 11010011 1100100 1011010

Color Harmonies of #CEE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6FF

Black with #CEE6FF

Text Example


Text Example

White with #CEE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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