Html Css Color HEX #C3DAE8 Pattens Blue

📋 copy color: '#C3DAE8'

red 195 ◦ green 218 ◦ blue 232

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

Shades of Pattens Blue #C3DAE8

Tints of Pattens Blue #C3DAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.97%

R = 30.23%
G = 33.8%
B = 35.97%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C3DAE8 (or 0xC3DAE8) is known color: Pattens Blue. HEX triplet: C3, DA and E8. RGB value is (195,218,232). Sum of RGB (Red+Green+Blue) = 195+218+232=645 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.23% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DAE8 is #3C2517. Grayscale: #D4D4D4. Windows color (decimal): -3941656 or 15260355. OLE color: 15260355.

HSL color Cylindrical-coordinate representation of color #C3DAE8: hue angle of 202.7º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3DAE8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 218 232 -
CMYK 0.16 0.06 0 0.09
HSL 202.7º 0.45% 0.84% -
HSV(B) 202.7º 0.16% 0.91% -
XYZ 62.14 67.57 86.11 -
YUV 212.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 195 218 232 0.16 0.06 0 0.09 202.7 0.45 0.84
Hex C3 DA E8 10 6 0 9 CB 2D 54
Octal 303 332 350 20 6 0 11 313 55 124
Binary 11000011 11011010 11101000 10000 110 0 1001 11001011 101101 1010100

Color Harmonies of #C3DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DAE8

Black with #C3DAE8

Text Example


Text Example

White with #C3DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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