Html Css Color HEX #C8DEE9 Pattens Blue

📋 copy color: '#C8DEE9'

red 200 ◦ green 222 ◦ blue 233

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

Shades of Pattens Blue #C8DEE9

Tints of Pattens Blue #C8DEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.57%

R = 30.53%
G = 33.89%
B = 35.57%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C8DEE9 (or 0xC8DEE9) is known color: Pattens Blue. HEX triplet: C8, DE and E9. RGB value is (200,222,233). Sum of RGB (Red+Green+Blue) = 200+222+233=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEE9 is #372116. Grayscale: #D8D8D8. Windows color (decimal): -3612951 or 15326920. OLE color: 15326920.

HSL color Cylindrical-coordinate representation of color #C8DEE9: hue angle of 200º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DEE9 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 222 233 -
CMYK 0.14 0.05 0 0.09
HSL 200º 0.43% 0.85% -
HSV(B) 200º 0.14% 0.91% -
XYZ 64.65 70.41 87.27 -
YUV 216.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 200 222 233 0.14 0.05 0 0.09 200 0.43 0.85
Hex C8 DE E9 E 5 0 9 C8 2B 55
Octal 310 336 351 16 5 0 11 310 53 125
Binary 11001000 11011110 11101001 1110 101 0 1001 11001000 101011 1010101

Color Harmonies of #C8DEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DEE9

Black with #C8DEE9

Text Example


Text Example

White with #C8DEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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