Html Css Color HEX #CEE3F7 Pattens Blue

📋 copy color: '#CEE3F7'

red 206 ◦ green 227 ◦ blue 247

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

Shades of Pattens Blue #CEE3F7

Tints of Pattens Blue #CEE3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.32%

R = 30.29%
G = 33.38%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEE3F7 (or 0xCEE3F7) is known color: Pattens Blue. HEX triplet: CE, E3 and F7. RGB value is (206,227,247). Sum of RGB (Red+Green+Blue) = 206+227+247=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 227 (89.06% from 255 or 33.38% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEE3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3F7 is #311C08. Grayscale: #DEDEDE. Windows color (decimal): -3218441 or 16245710. OLE color: 16245710.

HSL color Cylindrical-coordinate representation of color #CEE3F7: hue angle of 209.27º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE3F7 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 227 247 -
CMYK 0.17 0.08 0 0.03
HSL 209.27º 0.72% 0.89% -
HSV(B) 209.27º 0.17% 0.97% -
XYZ 69.71 74.78 98.75 -
YUV 223 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 206 227 247 0.17 0.08 0 0.03 209.27 0.72 0.89
Hex CE E3 F7 11 8 0 3 D1 48 59
Octal 316 343 367 21 10 0 3 321 110 131
Binary 11001110 11100011 11110111 10001 1000 0 11 11010001 1001000 1011001

Color Harmonies of #CEE3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3F7

Black with #CEE3F7

Text Example


Text Example

White with #CEE3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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