#C3DAEF

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

Shades of Pattens Blue #C3DAEF

Tints of Pattens Blue #C3DAEF

Color information

#C3DAEF (or 0xC3DAEF) is unknown color: approx Pattens Blue. HEX triplet: C3, DA and EF. RGB value is (195,218,239). Sum of RGB (Red+Green+Blue) = 195+218+239=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAEF is #3C2510. Grayscale: #D5D5D5. Windows color (decimal): -3941649 or 15719107. OLE color: 15719107.

HSL color Cylindrical-coordinate representation of color #C3DAEF: hue angle of 208.64º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DAEF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195218239-
CMYK0.180.0900.06
HSL208.64º57.89%85.1%-
HSV(B)208.64º18.41%93.73%-
XYZ63.1667.9891.45-
YUV213.52142.38114.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.91%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=29.91%
G=33.44%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952182390.180.0900.06208.6457.8985.1
HexC3DAEF12906d13a55
Octal30333235722110632172125
Binary1100001111011010111011111001010010110110100011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAEF; }

 p { color: rgb(195,218,239); }

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

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

 a { background-color: rgb(195,218,239); }

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

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

 span { border-color: rgb(195,218,239); }

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