#C3DFEF

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

Shades of Pattens Blue #C3DFEF

Tints of Pattens Blue #C3DFEF

Color information

#C3DFEF (or 0xC3DFEF) is unknown color: approx Pattens Blue. HEX triplet: C3, DF and EF. RGB value is (195,223,239). Sum of RGB (Red+Green+Blue) = 195+223+239=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFEF is #3C2010. Grayscale: #D8D8D8. Windows color (decimal): -3940369 or 15720387. OLE color: 15720387.

HSL color Cylindrical-coordinate representation of color #C3DFEF: hue angle of 201.82º 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 #C3DFEF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195223239-
CMYK0.180.0700.06
HSL201.82º57.89%85.1%-
HSV(B)201.82º18.41%93.73%-
XYZ64.4770.6191.89-
YUV216.45140.72112.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.68%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 239 (93.75% from 255) = 36.38%
R=29.68%
G=33.94%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952232390.180.0700.06201.8257.8985.1
HexC3DFEF12706ca3a55
Octal3033373572270631272125
Binary110000111101111111101111100101110110110010101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFEF; }

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

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

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

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

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

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

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

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