Html Css Color HEX #CEE4F2 Pattens Blue

📋 copy color: '#CEE4F2'

red 206 ◦ green 228 ◦ blue 242

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

Shades of Pattens Blue #CEE4F2

Tints of Pattens Blue #CEE4F2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.73%

 BLUE value IS 242 (94.92% from 255) = 35.8%

R = 30.47%
G = 33.73%
B = 35.8%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE4F2 (or 0xCEE4F2) is known color: Pattens Blue. HEX triplet: CE, E4 and F2. RGB value is (206,228,242). Sum of RGB (Red+Green+Blue) = 206+228+242=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4F2 is #311B0D. Grayscale: #DEDEDE. Windows color (decimal): -3218190 or 15918286. OLE color: 15918286.

HSL color Cylindrical-coordinate representation of color #CEE4F2: hue angle of 203.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE4F2 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 228 242 -
CMYK 0.15 0.06 0 0.05
HSL 203.33º 0.58% 0.88% -
HSV(B) 203.33º 0.15% 0.95% -
XYZ 69.22 75.02 94.84 -
YUV 223.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 206 228 242 0.15 0.06 0 0.05 203.33 0.58 0.88
Hex CE E4 F2 F 6 0 5 CB 3A 58
Octal 316 344 362 17 6 0 5 313 72 130
Binary 11001110 11100100 11110010 1111 110 0 101 11001011 111010 1011000

Color Harmonies of #CEE4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4F2

Black with #CEE4F2

Text Example


Text Example

White with #CEE4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4F2; }

 p { color: rgb(206,228,242); }

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

background-color css

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

 a { background-color: rgb(206,228,242); }

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

border-color css

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

 span { border-color: rgb(206,228,242); }

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