Html Css Color HEX #CEE7F2 Pattens Blue

📋 copy color: '#CEE7F2'

red 206 ◦ green 231 ◦ blue 242

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

Shades of Pattens Blue #CEE7F2

Tints of Pattens Blue #CEE7F2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.02%

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

R = 30.34%
G = 34.02%
B = 35.64%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE7F2 (or 0xCEE7F2) is known color: Pattens Blue. HEX triplet: CE, E7 and F2. RGB value is (206,231,242). Sum of RGB (Red+Green+Blue) = 206+231+242=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 231 (90.62% from 255 or 34.02% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7F2 is #31180D. Grayscale: #E0E0E0. Windows color (decimal): -3217422 or 15919054. OLE color: 15919054.

HSL color Cylindrical-coordinate representation of color #CEE7F2: hue angle of 198.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 #CEE7F2 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 231 242 -
CMYK 0.15 0.05 0 0.05
HSL 198.33º 0.58% 0.88% -
HSV(B) 198.33º 0.15% 0.95% -
XYZ 70.06 76.68 95.11 -
YUV 224.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 206 231 242 0.15 0.05 0 0.05 198.33 0.58 0.88
Hex CE E7 F2 F 5 0 5 C6 3A 58
Octal 316 347 362 17 5 0 5 306 72 130
Binary 11001110 11100111 11110010 1111 101 0 101 11000110 111010 1011000

Color Harmonies of #CEE7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7F2

Black with #CEE7F2

Text Example


Text Example

White with #CEE7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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