Html Css Color HEX #0CBADB Iris Blue

📋 copy color: '#0CBADB'

red 12 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #0CBADB

Tints of Iris Blue #0CBADB

RGB

 RED value IS 12 (5.08% from 255) = 2.88%

 GREEN value IS 186 (73.05% from 255) = 44.6%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 2.88%
G = 44.6%
B = 52.52%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CBADB (or 0x0CBADB) is known color: Iris Blue. HEX triplet: 0C, BA and DB. RGB value is (12,186,219). Sum of RGB (Red+Green+Blue) = 12+186+219=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #0CBADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBADB is #F34524. Grayscale: #898989. Windows color (decimal): -15942949 or 14400012. OLE color: 14400012.

HSL color Cylindrical-coordinate representation of color #0CBADB: hue angle of 189.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBADB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 186 219 -
CMYK 0.95 0.15 0 0.14
HSL 189.57º 0.9% 0.45% -
HSV(B) 189.57º 0.95% 0.86% -
XYZ 30.5 40.31 73.19 -
YUV 137.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 12 186 219 0.95 0.15 0 0.14 189.57 0.9 0.45
Hex C BA DB 5F F 0 E BE 5A 2D
Octal 14 272 333 137 17 0 16 276 132 55
Binary 1100 10111010 11011011 1011111 1111 0 1110 10111110 1011010 101101

Color Harmonies of #0CBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBADB

Black with #0CBADB

Text Example


Text Example

White with #0CBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CBADB; }

 p { color: rgb(12,186,219); }

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

background-color css

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

 a { background-color: rgb(12,186,219); }

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

border-color css

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

 span { border-color: rgb(12,186,219); }

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