#C3EBFF

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

Shades of Pattens Blue #C3EBFF

Tints of Pattens Blue #C3EBFF

Color information

#C3EBFF (or 0xC3EBFF) is unknown color: approx Pattens Blue. HEX triplet: C3, EB and FF. RGB value is (195,235,255). Sum of RGB (Red+Green+Blue) = 195+235+255=685 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.47% from 685); Green value is 235 (92.19% from 255 or 34.31% 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 #C3EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EBFF is #3C1400. Grayscale: #E1E1E1. Windows color (decimal): -3937281 or 16772035. OLE color: 16772035.

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

Color convert

RGB195235255-
CMYK0.240.0800
HSL200º100%88.24%-
HSV(B)200º23.53%100%-
XYZ70.2678.24106.01-
YUV225.32144.75106.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.47%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 255 (100% from 255) = 37.23%
R=28.47%
G=34.31%
B=37.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952352550.240.080020010088.24
HexC3EBFF18800c86458
Octal303353377301000310144130
Binary110000111110101111111111110001000001100100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EBFF; }

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

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

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

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

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

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

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

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