#C3DFFE

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

Shades of Pattens Blue #C3DFFE

Tints of Pattens Blue #C3DFFE

Color information

#C3DFFE (or 0xC3DFFE) is unknown color: approx Pattens Blue. HEX triplet: C3, DF and FE. RGB value is (195,223,254). Sum of RGB (Red+Green+Blue) = 195+223+254=672 (89% of max value = 765). Red value is 195 (76.56% from 255 or 29.02% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFFE is #3C2001. Grayscale: #DADADA. Windows color (decimal): -3940354 or 16703427. OLE color: 16703427.

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

Color convert

RGB195223254-
CMYK0.230.1200.00
HSL211.53º96.72%88.04%-
HSV(B)211.53º23.23%99.61%-
XYZ66.7871.53104.05-
YUV218.16148.22111.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.02%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=29.02%
G=33.18%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952232540.230.1200.00211.5396.7288.04
HexC3DFFE17C00d46158
Octal303337376271400324141130
Binary110000111101111111111110101111100001101010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFFE; }

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

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

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

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

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

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

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

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