#C8EBFE

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

Shades of Pattens Blue #C8EBFE

Tints of Pattens Blue #C8EBFE

Color information

#C8EBFE (or 0xC8EBFE) is unknown color: approx Pattens Blue. HEX triplet: C8, EB and FE. RGB value is (200,235,254). Sum of RGB (Red+Green+Blue) = 200+235+254=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBFE is #371401. Grayscale: #E2E2E2. Windows color (decimal): -3609602 or 16706504. OLE color: 16706504.

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

Color convert

RGB200235254-
CMYK0.210.0700.00
HSL201.11º96.43%89.02%-
HSV(B)201.11º21.26%99.61%-
XYZ71.4278.85105.22-
YUV226.7143.4108.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.03%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=29.03%
G=34.11%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002352540.210.0700.00201.1196.4389.02
HexC8EBFE15700c96059
Octal31035337625700311140131
Binary11001000111010111111111010101111001100100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBFE; }

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

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

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

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

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

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

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

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