Html Css Color HEX #C3DAEC Pattens Blue

📋 copy color: '#C3DAEC'

red 195 ◦ green 218 ◦ blue 236

#C3DAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #C3DAEC

Tints of Pattens Blue #C3DAEC

RGB

 RED value IS 195 (76.56% from 255) = 30.05%

 GREEN value IS 218 (85.55% from 255) = 33.59%

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 30.05%
G = 33.59%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3DAEC (or 0xC3DAEC) is known color: Pattens Blue. HEX triplet: C3, DA and EC. RGB value is (195,218,236). Sum of RGB (Red+Green+Blue) = 195+218+236=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAEC is #3C2513. Grayscale: #D5D5D5. Windows color (decimal): -3941652 or 15522499. OLE color: 15522499.

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

Color convert

RGB 195 218 236 -
CMYK 0.17 0.08 0 0.07
HSL 206.34º 0.52% 0.85% -
HSV(B) 206.34º 0.17% 0.93% -
XYZ 62.72 67.8 89.14 -
YUV 213.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 195 218 236 0.17 0.08 0 0.07 206.34 0.52 0.85
Hex C3 DA EC 11 8 0 7 CE 34 55
Octal 303 332 354 21 10 0 7 316 64 125
Binary 11000011 11011010 11101100 10001 1000 0 111 11001110 110100 1010101

Color Harmonies of #C3DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DAEC

Black with #C3DAEC

Text Example


Text Example

White with #C3DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DAEC; }

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

 H1.HeaderClassName
 {
   color: #C3DAEC;
 }
 .AnyTagClassName
 {
   color: #C3DAEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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