#C8EBFC

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

Shades of Pattens Blue #C8EBFC

Tints of Pattens Blue #C8EBFC

Color information

#C8EBFC (or 0xC8EBFC) is unknown color: approx Pattens Blue. HEX triplet: C8, EB and FC. RGB value is (200,235,252). Sum of RGB (Red+Green+Blue) = 200+235+252=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBFC is #371403. Grayscale: #E2E2E2. Windows color (decimal): -3609604 or 16575432. OLE color: 16575432.

HSL color Cylindrical-coordinate representation of color #C8EBFC: hue angle of 199.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8EBFC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200235252-
CMYK0.210.0700.01
HSL199.62º89.66%88.63%-
HSV(B)199.62º20.63%98.82%-
XYZ71.178.72103.54-
YUV226.47142.4109.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.11%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=29.11%
G=34.21%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002352520.210.0700.01199.6289.6688.63
HexC8EBFC15701c85a59
Octal31035337425701310132131
Binary11001000111010111111110010101111011100100010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBFC; }

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

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

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

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

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

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

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

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