Html Css Color HEX #0CBDDC Iris Blue

📋 copy color: '#0CBDDC'

red 12 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #0CBDDC

Tints of Iris Blue #0CBDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.89%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 2.85%
G = 44.89%
B = 52.26%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CBDDC (or 0x0CBDDC) is known color: Iris Blue. HEX triplet: 0C, BD and DC. RGB value is (12,189,220). Sum of RGB (Red+Green+Blue) = 12+189+220=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CBDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDDC is #F34223. Grayscale: #8B8B8B. Windows color (decimal): -15942180 or 14466316. OLE color: 14466316.

HSL color Cylindrical-coordinate representation of color #0CBDDC: hue angle of 188.94º 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 #0CBDDC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 189 220 -
CMYK 0.95 0.14 0 0.14
HSL 188.94º 0.9% 0.45% -
HSV(B) 188.94º 0.95% 0.86% -
XYZ 31.27 41.64 74.1 -
YUV 139.61 173.36 36.98 -
System Red Green Blue C M Y K H S L
Decimal 12 189 220 0.95 0.14 0 0.14 188.94 0.9 0.45
Hex C BD DC 5F E 0 E BD 5A 2D
Octal 14 275 334 137 16 0 16 275 132 55
Binary 1100 10111101 11011100 1011111 1110 0 1110 10111101 1011010 101101

Color Harmonies of #0CBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBDDC

Black with #0CBDDC

Text Example


Text Example

White with #0CBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,189,220); }

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

background-color css

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

 a { background-color: rgb(12,189,220); }

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

border-color css

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

 span { border-color: rgb(12,189,220); }

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