Html Css Color HEX #CEE3F4 Pattens Blue

📋 copy color: '#CEE3F4'

red 206 ◦ green 227 ◦ blue 244

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

Shades of Pattens Blue #CEE3F4

Tints of Pattens Blue #CEE3F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.04%

R = 30.43%
G = 33.53%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEE3F4 (or 0xCEE3F4) is known color: Pattens Blue. HEX triplet: CE, E3 and F4. RGB value is (206,227,244). Sum of RGB (Red+Green+Blue) = 206+227+244=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3F4 is #311C0B. Grayscale: #DEDEDE. Windows color (decimal): -3218444 or 16049102. OLE color: 16049102.

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

Color convert

RGB 206 227 244 -
CMYK 0.16 0.07 0 0.04
HSL 206.84º 0.63% 0.88% -
HSV(B) 206.84º 0.16% 0.96% -
XYZ 69.25 74.59 96.34 -
YUV 222.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 206 227 244 0.16 0.07 0 0.04 206.84 0.63 0.88
Hex CE E3 F4 10 7 0 4 CF 3F 58
Octal 316 343 364 20 7 0 4 317 77 130
Binary 11001110 11100011 11110100 10000 111 0 100 11001111 111111 1011000

Color Harmonies of #CEE3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3F4

Black with #CEE3F4

Text Example


Text Example

White with #CEE3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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