Html Css Color HEX #CEE3F9 Pattens Blue

📋 copy color: '#CEE3F9'

red 206 ◦ green 227 ◦ blue 249

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

Shades of Pattens Blue #CEE3F9

Tints of Pattens Blue #CEE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.28%

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

R = 30.21%
G = 33.28%
B = 36.51%

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

#CEE3F9 (or 0xCEE3F9) is known color: Pattens Blue. HEX triplet: CE, E3 and F9. RGB value is (206,227,249). Sum of RGB (Red+Green+Blue) = 206+227+249=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3F9 is #311C06. Grayscale: #DFDFDF. Windows color (decimal): -3218439 or 16376782. OLE color: 16376782.

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

Color convert

RGB 206 227 249 -
CMYK 0.17 0.09 0 0.02
HSL 210.7º 0.78% 0.89% -
HSV(B) 210.7º 0.17% 0.98% -
XYZ 70.02 74.9 100.39 -
YUV 223.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 206 227 249 0.17 0.09 0 0.02 210.7 0.78 0.89
Hex CE E3 F9 11 9 0 2 D3 4E 59
Octal 316 343 371 21 11 0 2 323 116 131
Binary 11001110 11100011 11111001 10001 1001 0 10 11010011 1001110 1011001

Color Harmonies of #CEE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3F9

Black with #CEE3F9

Text Example


Text Example

White with #CEE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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