Html Css Color HEX #CEE8F6 Pattens Blue

📋 copy color: '#CEE8F6'

red 206 ◦ green 232 ◦ blue 246

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

Shades of Pattens Blue #CEE8F6

Tints of Pattens Blue #CEE8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.92%

 BLUE value IS 246 (96.48% from 255) = 35.96%

R = 30.12%
G = 33.92%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEE8F6 (or 0xCEE8F6) is known color: Pattens Blue. HEX triplet: CE, E8 and F6. RGB value is (206,232,246). Sum of RGB (Red+Green+Blue) = 206+232+246=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8F6 is #311709. Grayscale: #E1E1E1. Windows color (decimal): -3217162 or 16181454. OLE color: 16181454.

HSL color Cylindrical-coordinate representation of color #CEE8F6: hue angle of 201º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE8F6 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 232 246 -
CMYK 0.16 0.06 0 0.04
HSL 201º 0.69% 0.89% -
HSV(B) 201º 0.16% 0.96% -
XYZ 70.94 77.49 98.41 -
YUV 225.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 206 232 246 0.16 0.06 0 0.04 201 0.69 0.89
Hex CE E8 F6 10 6 0 4 C9 45 59
Octal 316 350 366 20 6 0 4 311 105 131
Binary 11001110 11101000 11110110 10000 110 0 100 11001001 1000101 1011001

Color Harmonies of #CEE8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8F6

Black with #CEE8F6

Text Example


Text Example

White with #CEE8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8F6; }

 p { color: rgb(206,232,246); }

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

background-color css

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

 a { background-color: rgb(206,232,246); }

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

border-color css

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

 span { border-color: rgb(206,232,246); }

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