#C3EAFF

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

Shades of Pattens Blue #C3EAFF

Tints of Pattens Blue #C3EAFF

Color information

#C3EAFF (or 0xC3EAFF) is unknown color: approx Pattens Blue. HEX triplet: C3, EA and FF. RGB value is (195,234,255). Sum of RGB (Red+Green+Blue) = 195+234+255=684 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.51% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAFF is #3C1500. Grayscale: #E0E0E0. Windows color (decimal): -3937537 or 16771779. OLE color: 16771779.

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

Color convert

RGB195234255-
CMYK0.240.0800
HSL201º100%88.24%-
HSV(B)201º23.53%100%-
XYZ69.9877.67105.91-
YUV224.73145.08106.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.51%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 37.28%
R=28.51%
G=34.21%
B=37.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952342550.240.080020110088.24
HexC3EAFF18800c96458
Octal303352377301000311144130
Binary110000111110101011111111110001000001100100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EAFF; }

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

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

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

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

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

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

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

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