Html Css Color HEX #CEE8F1 Pattens Blue

📋 copy color: '#CEE8F1'

red 206 ◦ green 232 ◦ blue 241

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

Shades of Pattens Blue #CEE8F1

Tints of Pattens Blue #CEE8F1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.17%

 BLUE value IS 241 (94.53% from 255) = 35.49%

R = 30.34%
G = 34.17%
B = 35.49%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEE8F1 (or 0xCEE8F1) is known color: Pattens Blue. HEX triplet: CE, E8 and F1. RGB value is (206,232,241). Sum of RGB (Red+Green+Blue) = 206+232+241=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8F1 is #31170E. Grayscale: #E1E1E1. Windows color (decimal): -3217167 or 15853774. OLE color: 15853774.

HSL color Cylindrical-coordinate representation of color #CEE8F1: hue angle of 195.43º degrees, saturation: 0.56, 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 #CEE8F1 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 232 241 -
CMYK 0.15 0.04 0 0.05
HSL 195.43º 0.56% 0.88% -
HSV(B) 195.43º 0.15% 0.95% -
XYZ 70.19 77.19 94.42 -
YUV 225.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 206 232 241 0.15 0.04 0 0.05 195.43 0.56 0.88
Hex CE E8 F1 F 4 0 5 C3 38 58
Octal 316 350 361 17 4 0 5 303 70 130
Binary 11001110 11101000 11110001 1111 100 0 101 11000011 111000 1011000

Color Harmonies of #CEE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8F1

Black with #CEE8F1

Text Example


Text Example

White with #CEE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8F1; }

 p { color: rgb(206,232,241); }

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

background-color css

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

 a { background-color: rgb(206,232,241); }

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

border-color css

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

 span { border-color: rgb(206,232,241); }

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