Html Css Color HEX #CEEBF8 Pattens Blue

📋 copy color: '#CEEBF8'

red 206 ◦ green 235 ◦ blue 248

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

Shades of Pattens Blue #CEEBF8

Tints of Pattens Blue #CEEBF8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.11%

 BLUE value IS 248 (97.27% from 255) = 35.99%

R = 29.9%
G = 34.11%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEEBF8 (or 0xCEEBF8) is known color: Pattens Blue. HEX triplet: CE, EB and F8. RGB value is (206,235,248). Sum of RGB (Red+Green+Blue) = 206+235+248=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEEBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF8 is #311407. Grayscale: #E3E3E3. Windows color (decimal): -3216392 or 16313294. OLE color: 16313294.

HSL color Cylindrical-coordinate representation of color #CEEBF8: hue angle of 198.57º degrees, saturation: 0.75, 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 #CEEBF8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 235 248 -
CMYK 0.17 0.05 0 0.03
HSL 198.57º 0.75% 0.89% -
HSV(B) 198.57º 0.17% 0.97% -
XYZ 72.11 79.32 100.32 -
YUV 227.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 206 235 248 0.17 0.05 0 0.03 198.57 0.75 0.89
Hex CE EB F8 11 5 0 3 C7 4B 59
Octal 316 353 370 21 5 0 3 307 113 131
Binary 11001110 11101011 11111000 10001 101 0 11 11000111 1001011 1011001

Color Harmonies of #CEEBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBF8

Black with #CEEBF8

Text Example


Text Example

White with #CEEBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBF8; }

 p { color: rgb(206,235,248); }

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

background-color css

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

 a { background-color: rgb(206,235,248); }

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

border-color css

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

 span { border-color: rgb(206,235,248); }

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