Html Css Color HEX #C3DBDF Onahau

📋 copy color: '#C3DBDF'

red 195 ◦ green 219 ◦ blue 223

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

Shades of Onahau #C3DBDF

Tints of Onahau #C3DBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 30.61%
G = 34.38%
B = 35.01%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3DBDF (or 0xC3DBDF) is known color: Onahau. HEX triplet: C3, DB and DF. RGB value is (195,219,223). Sum of RGB (Red+Green+Blue) = 195+219+223=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBDF is #3C2420. Grayscale: #D4D4D4. Windows color (decimal): -3941409 or 14670787. OLE color: 14670787.

HSL color Cylindrical-coordinate representation of color #C3DBDF: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3DBDF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 219 223 -
CMYK 0.13 0.02 0 0.13
HSL 188.57º 0.3% 0.82% -
HSV(B) 188.57º 0.13% 0.87% -
XYZ 61.16 67.59 79.64 -
YUV 212.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 195 219 223 0.13 0.02 0 0.13 188.57 0.3 0.82
Hex C3 DB DF D 2 0 D BD 1E 52
Octal 303 333 337 15 2 0 15 275 36 122
Binary 11000011 11011011 11011111 1101 10 0 1101 10111101 11110 1010010

Color Harmonies of #C3DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DBDF

Black with #C3DBDF

Text Example


Text Example

White with #C3DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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