#C4EBFF

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

Shades of Pattens Blue #C4EBFF

Tints of Pattens Blue #C4EBFF

Color information

#C4EBFF (or 0xC4EBFF) is unknown color: approx Pattens Blue. HEX triplet: C4, EB and FF. RGB value is (196,235,255). Sum of RGB (Red+Green+Blue) = 196+235+255=686 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.57% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EBFF is #3B1400. Grayscale: #E1E1E1. Windows color (decimal): -3871745 or 16772036. OLE color: 16772036.

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

Color convert

RGB196235255-
CMYK0.230.0800
HSL200.34º100%88.43%-
HSV(B)200.34º23.14%100%-
XYZ70.5278.37106.02-
YUV225.62144.58106.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.57%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 255 (100% from 255) = 37.17%
R=28.57%
G=34.26%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962352550.230.0800200.3410088.43
HexC4EBFF17800c86458
Octal304353377271000310144130
Binary110001001110101111111111101111000001100100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EBFF; }

 p { color: rgb(196,235,255); }

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

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

 a { background-color: rgb(196,235,255); }

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

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

 span { border-color: rgb(196,235,255); }

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