Html Css Color HEX #CEE2F9 Pattens Blue

📋 copy color: '#CEE2F9'

red 206 ◦ green 226 ◦ blue 249

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

Shades of Pattens Blue #CEE2F9

Tints of Pattens Blue #CEE2F9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.19%

 BLUE value IS 249 (97.66% from 255) = 36.56%

R = 30.25%
G = 33.19%
B = 36.56%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE2F9 (or 0xCEE2F9) is known color: Pattens Blue. HEX triplet: CE, E2 and F9. RGB value is (206,226,249). Sum of RGB (Red+Green+Blue) = 206+226+249=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEE2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2F9 is #311D06. Grayscale: #DEDEDE. Windows color (decimal): -3218695 or 16376526. OLE color: 16376526.

HSL color Cylindrical-coordinate representation of color #CEE2F9: hue angle of 212.09º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE2F9 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 226 249 -
CMYK 0.17 0.09 0 0.02
HSL 212.09º 0.78% 0.89% -
HSV(B) 212.09º 0.17% 0.98% -
XYZ 69.75 74.35 100.3 -
YUV 222.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 206 226 249 0.17 0.09 0 0.02 212.09 0.78 0.89
Hex CE E2 F9 11 9 0 2 D4 4E 59
Octal 316 342 371 21 11 0 2 324 116 131
Binary 11001110 11100010 11111001 10001 1001 0 10 11010100 1001110 1011001

Color Harmonies of #CEE2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2F9

Black with #CEE2F9

Text Example


Text Example

White with #CEE2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2F9; }

 p { color: rgb(206,226,249); }

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

background-color css

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

 a { background-color: rgb(206,226,249); }

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

border-color css

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

 span { border-color: rgb(206,226,249); }

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