#C8DFEB

Color #C8DFEB Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C8DFEB

Tints of Pattens Blue #C8DFEB

Color information

#C8DFEB (or 0xC8DFEB) is unknown color: approx Pattens Blue. HEX triplet: C8, DF and EB. RGB value is (200,223,235). Sum of RGB (Red+Green+Blue) = 200+223+235=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DFEB is #372014. Grayscale: #D9D9D9. Windows color (decimal): -3612693 or 15458248. OLE color: 15458248.

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

Color convert

RGB200223235-
CMYK0.150.0500.08
HSL200.57º46.67%85.29%-
HSV(B)200.57º14.89%92.16%-
XYZ65.271.0588.88-
YUV217.49137.88115.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.40%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=30.40%
G=33.89%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002232350.150.0500.08200.5746.6785.29
HexC8DFEBF508c92f55
Octal31033735317501031157125
Binary110010001101111111101011111110101000110010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DFEB; }

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

 H1.HeaderClassName
 {
   color: #C8DFEB;
 }
 .AnyTagClassName
 {
   color: #C8DFEB;
 }
</style>
background-color css

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

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

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

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

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

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