#C8EDFD

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

Shades of Pattens Blue #C8EDFD

Tints of Pattens Blue #C8EDFD

Color information

#C8EDFD (or 0xC8EDFD) is unknown color: approx Pattens Blue. HEX triplet: C8, ED and FD. RGB value is (200,237,253). Sum of RGB (Red+Green+Blue) = 200+237+253=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDFD is #371202. Grayscale: #E3E3E3. Windows color (decimal): -3609091 or 16641480. OLE color: 16641480.

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

Color convert

RGB200237253-
CMYK0.210.0600.01
HSL198.11º92.98%88.82%-
HSV(B)198.11º20.95%99.22%-
XYZ71.8379.94104.57-
YUV227.76142.24108.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.99%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=28.99%
G=34.35%
B=36.67%

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
Decimal2002372530.210.0600.01198.1192.9888.82
HexC8EDFD15601c65d59
Octal31035537525601306135131
Binary11001000111011011111110110101110011100011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDFD; }

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

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

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

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

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

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

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

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