#C8EFFE

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

Shades of Pattens Blue #C8EFFE

Tints of Pattens Blue #C8EFFE

Color information

#C8EFFE (or 0xC8EFFE) is unknown color: approx Pattens Blue. HEX triplet: C8, EF and FE. RGB value is (200,239,254). Sum of RGB (Red+Green+Blue) = 200+239+254=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFFE is #371001. Grayscale: #E4E4E4. Windows color (decimal): -3608578 or 16707528. OLE color: 16707528.

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

Color convert

RGB200239254-
CMYK0.210.0600.00
HSL196.67º96.43%89.02%-
HSV(B)196.67º21.26%99.61%-
XYZ72.5881.17105.61-
YUV229.05142.08107.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.86%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=28.86%
G=34.49%
B=36.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002392540.210.0600.00196.6796.4389.02
HexC8EFFE15600c56059
Octal31035737625600305140131
Binary11001000111011111111111010101110001100010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFFE; }

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

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

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

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

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

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

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

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