#C4EAFF

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

Shades of Pattens Blue #C4EAFF

Tints of Pattens Blue #C4EAFF

Color information

#C4EAFF (or 0xC4EAFF) is unknown color: approx Pattens Blue. HEX triplet: C4, EA and FF. RGB value is (196,234,255). Sum of RGB (Red+Green+Blue) = 196+234+255=685 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.61% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EAFF is #3B1500. Grayscale: #E0E0E0. Windows color (decimal): -3872001 or 16771780. OLE color: 16771780.

HSL color Cylindrical-coordinate representation of color #C4EAFF: hue angle of 201.36º 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 #C4EAFF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB196234255-
CMYK0.230.0800
HSL201.36º100%88.43%-
HSV(B)201.36º23.14%100%-
XYZ70.2477.8105.92-
YUV225.03144.91107.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.61%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 255 (100% from 255) = 37.23%
R=28.61%
G=34.16%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962342550.230.0800201.3610088.43
HexC4EAFF17800c96458
Octal304352377271000311144130
Binary110001001110101011111111101111000001100100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EAFF; }

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

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

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

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

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

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

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

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