Html Css Color HEX #CEE7FF Pattens Blue

📋 copy color: '#CEE7FF'

red 206 ◦ green 231 ◦ blue 255

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

Shades of Pattens Blue #CEE7FF

Tints of Pattens Blue #CEE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.38%

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

R = 29.77%
G = 33.38%
B = 36.85%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEE7FF (or 0xCEE7FF) is known color: Pattens Blue. HEX triplet: CE, E7 and FF. RGB value is (206,231,255). Sum of RGB (Red+Green+Blue) = 206+231+255=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7FF is #311800. Grayscale: #E2E2E2. Windows color (decimal): -3217409 or 16771022. OLE color: 16771022.

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

Color convert

RGB 206 231 255 -
CMYK 0.19 0.09 0 0
HSL 209.39º 1% 0.9% -
HSV(B) 209.39º 0.19% 1% -
XYZ 72.08 77.49 105.77 -
YUV 226.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 206 231 255 0.19 0.09 0 0 209.39 1 0.9
Hex CE E7 FF 13 9 0 0 D1 64 5A
Octal 316 347 377 23 11 0 0 321 144 132
Binary 11001110 11100111 11111111 10011 1001 0 0 11010001 1100100 1011010

Color Harmonies of #CEE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7FF

Black with #CEE7FF

Text Example


Text Example

White with #CEE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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