#C8E4F1

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

Shades of Pattens Blue #C8E4F1

Tints of Pattens Blue #C8E4F1

Color information

#C8E4F1 (or 0xC8E4F1) is unknown color: approx Pattens Blue. HEX triplet: C8, E4 and F1. RGB value is (200,228,241). Sum of RGB (Red+Green+Blue) = 200+228+241=669 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.90% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8E4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E4F1 is #371B0E. Grayscale: #DDDDDD. Windows color (decimal): -3611407 or 15852744. OLE color: 15852744.

HSL color Cylindrical-coordinate representation of color #C8E4F1: hue angle of 199.02º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8E4F1 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200228241-
CMYK0.170.0500.05
HSL199.02º59.42%86.47%-
HSV(B)199.02º17.01%94.51%-
XYZ67.4474.1293.97-
YUV221.11139.22112.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.90%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=29.90%
G=34.08%
B=36.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002282410.170.0500.05199.0259.4286.47
HexC8E4F111505c73b56
Octal3103443612150530773126
Binary110010001110010011110001100011010101110001111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E4F1; }

 p { color: rgb(200,228,241); }

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

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

 a { background-color: rgb(200,228,241); }

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

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

 span { border-color: rgb(200,228,241); }

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