Html Css Color HEX #C6DBDF Onahau

📋 copy color: '#C6DBDF'

red 198 ◦ green 219 ◦ blue 223

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

Shades of Onahau #C6DBDF

Tints of Onahau #C6DBDF

RGB

 RED value IS 198 (77.73% from 255) = 30.94%

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

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

R = 30.94%
G = 34.22%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6DBDF (or 0xC6DBDF) is known color: Onahau. HEX triplet: C6, DB and DF. RGB value is (198,219,223). Sum of RGB (Red+Green+Blue) = 198+219+223=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBDF is #392420. Grayscale: #D5D5D5. Windows color (decimal): -3744801 or 14670790. OLE color: 14670790.

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

Color convert

RGB 198 219 223 -
CMYK 0.11 0.02 0 0.13
HSL 189.6º 0.28% 0.83% -
HSV(B) 189.6º 0.11% 0.87% -
XYZ 61.94 68 79.67 -
YUV 213.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 198 219 223 0.11 0.02 0 0.13 189.6 0.28 0.83
Hex C6 DB DF B 2 0 D BE 1C 53
Octal 306 333 337 13 2 0 15 276 34 123
Binary 11000110 11011011 11011111 1011 10 0 1101 10111110 11100 1010011

Color Harmonies of #C6DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DBDF

Black with #C6DBDF

Text Example


Text Example

White with #C6DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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