#C8EFFD

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

Shades of Pattens Blue #C8EFFD

Tints of Pattens Blue #C8EFFD

Color information

#C8EFFD (or 0xC8EFFD) is unknown color: approx Pattens Blue. HEX triplet: C8, EF and FD. RGB value is (200,239,253). Sum of RGB (Red+Green+Blue) = 200+239+253=692 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.90% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFD is #371002. Grayscale: #E4E4E4. Windows color (decimal): -3608579 or 16641992. OLE color: 16641992.

HSL color Cylindrical-coordinate representation of color #C8EFFD: hue angle of 195.85º degrees, saturation: 0.93, 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 #C8EFFD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200239253-
CMYK0.210.0600.01
HSL195.85º92.98%88.82%-
HSV(B)195.85º20.95%99.22%-
XYZ72.4281.1104.77-
YUV228.93141.58107.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.90%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=28.90%
G=34.54%
B=36.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002392530.210.0600.01195.8592.9888.82
HexC8EFFD15601c45d59
Octal31035737525601304135131
Binary11001000111011111111110110101110011100010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFFD; }

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

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

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

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

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

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

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

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