#C8EFFF

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

Shades of Pattens Blue #C8EFFF

Tints of Pattens Blue #C8EFFF

Color information

#C8EFFF (or 0xC8EFFF) is unknown color: approx Pattens Blue. HEX triplet: C8, EF and FF. RGB value is (200,239,255). Sum of RGB (Red+Green+Blue) = 200+239+255=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFF is #371000. Grayscale: #E5E5E5. Windows color (decimal): -3608577 or 16773064. OLE color: 16773064.

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

Color convert

RGB200239255-
CMYK0.220.0600
HSL197.45º100%89.22%-
HSV(B)197.45º21.57%100%-
XYZ72.7481.23106.45-
YUV229.16142.58107.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.82%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 255 (100% from 255) = 36.74%
R=28.82%
G=34.44%
B=36.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002392550.220.0600197.4510089.22
HexC8EFFF16600c56459
Octal31035737726600305144131
Binary11001000111011111111111110110110001100010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFFF; }

 p { color: rgb(200,239,255); }

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

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

 a { background-color: rgb(200,239,255); }

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

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

 span { border-color: rgb(200,239,255); }

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