#C3DAEE

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

Shades of Pattens Blue #C3DAEE

Tints of Pattens Blue #C3DAEE

Color information

#C3DAEE (or 0xC3DAEE) is unknown color: approx Pattens Blue. HEX triplet: C3, DA and EE. RGB value is (195,218,238). Sum of RGB (Red+Green+Blue) = 195+218+238=651 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.95% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAEE is #3C2511. Grayscale: #D5D5D5. Windows color (decimal): -3941650 or 15653571. OLE color: 15653571.

HSL color Cylindrical-coordinate representation of color #C3DAEE: hue angle of 207.91º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3DAEE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195218238-
CMYK0.180.0800.07
HSL207.91º55.84%84.9%-
HSV(B)207.91º18.07%93.33%-
XYZ63.0167.9290.68-
YUV213.4141.88114.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.95%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=29.95%
G=33.49%
B=36.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952182380.180.0800.07207.9155.8484.9
HexC3DAEE12807d03855
Octal30333235622100732070125
Binary1100001111011010111011101001010000111110100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAEE; }

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

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

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

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

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

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

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

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