Html Css Color HEX #CEE9F6 Pattens Blue

📋 copy color: '#CEE9F6'

red 206 ◦ green 233 ◦ blue 246

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

Shades of Pattens Blue #CEE9F6

Tints of Pattens Blue #CEE9F6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.01%

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

R = 30.07%
G = 34.01%
B = 35.91%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEE9F6 (or 0xCEE9F6) is known color: Pattens Blue. HEX triplet: CE, E9 and F6. RGB value is (206,233,246). Sum of RGB (Red+Green+Blue) = 206+233+246=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9F6 is #311609. Grayscale: #E2E2E2. Windows color (decimal): -3216906 or 16181710. OLE color: 16181710.

HSL color Cylindrical-coordinate representation of color #CEE9F6: hue angle of 199.5º 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 #CEE9F6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 233 246 -
CMYK 0.16 0.05 0 0.04
HSL 199.5º 0.69% 0.89% -
HSV(B) 199.5º 0.16% 0.96% -
XYZ 71.23 78.05 98.5 -
YUV 226.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 206 233 246 0.16 0.05 0 0.04 199.5 0.69 0.89
Hex CE E9 F6 10 5 0 4 C8 45 59
Octal 316 351 366 20 5 0 4 310 105 131
Binary 11001110 11101001 11110110 10000 101 0 100 11001000 1000101 1011001

Color Harmonies of #CEE9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9F6

Black with #CEE9F6

Text Example


Text Example

White with #CEE9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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