Html Css Color HEX #C8DEEB Pattens Blue

📋 copy color: '#C8DEEB'

red 200 ◦ green 222 ◦ blue 235

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

Shades of Pattens Blue #C8DEEB

Tints of Pattens Blue #C8DEEB

RGB

 RED value IS 200 (78.52% from 255) = 30.44%

 GREEN value IS 222 (87.11% from 255) = 33.79%

 BLUE value IS 235 (92.19% from 255) = 35.77%

R = 30.44%
G = 33.79%
B = 35.77%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8DEEB (or 0xC8DEEB) is known color: Pattens Blue. HEX triplet: C8, DE and EB. RGB value is (200,222,235). Sum of RGB (Red+Green+Blue) = 200+222+235=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEB is #372114. Grayscale: #D8D8D8. Windows color (decimal): -3612949 or 15457992. OLE color: 15457992.

HSL color Cylindrical-coordinate representation of color #C8DEEB: hue angle of 202.29º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DEEB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 222 235 -
CMYK 0.15 0.06 0 0.08
HSL 202.29º 0.47% 0.85% -
HSV(B) 202.29º 0.15% 0.92% -
XYZ 64.94 70.52 88.79 -
YUV 216.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 200 222 235 0.15 0.06 0 0.08 202.29 0.47 0.85
Hex C8 DE EB F 6 0 8 CA 2F 55
Octal 310 336 353 17 6 0 10 312 57 125
Binary 11001000 11011110 11101011 1111 110 0 1000 11001010 101111 1010101

Color Harmonies of #C8DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DEEB

Black with #C8DEEB

Text Example


Text Example

White with #C8DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DEEB; }

 p { color: rgb(200,222,235); }

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

background-color css

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

 a { background-color: rgb(200,222,235); }

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

border-color css

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

 span { border-color: rgb(200,222,235); }

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