Html Css Color HEX #0CBDDF Iris Blue

📋 copy color: '#0CBDDF'

red 12 ◦ green 189 ◦ blue 223

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

Shades of Iris Blue #0CBDDF

Tints of Iris Blue #0CBDDF

RGB

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

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

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

R = 2.83%
G = 44.58%
B = 52.59%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CBDDF (or 0x0CBDDF) is known color: Iris Blue. HEX triplet: 0C, BD and DF. RGB value is (12,189,223). Sum of RGB (Red+Green+Blue) = 12+189+223=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CBDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDDF is #F34220. Grayscale: #8B8B8B. Windows color (decimal): -15942177 or 14662924. OLE color: 14662924.

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

Color convert

RGB 12 189 223 -
CMYK 0.95 0.15 0 0.13
HSL 189.67º 0.9% 0.46% -
HSV(B) 189.67º 0.95% 0.87% -
XYZ 31.67 41.8 76.21 -
YUV 139.95 174.86 36.74 -
System Red Green Blue C M Y K H S L
Decimal 12 189 223 0.95 0.15 0 0.13 189.67 0.9 0.46
Hex C BD DF 5F F 0 D BE 5A 2E
Octal 14 275 337 137 17 0 15 276 132 56
Binary 1100 10111101 11011111 1011111 1111 0 1101 10111110 1011010 101110

Color Harmonies of #0CBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBDDF

Black with #0CBDDF

Text Example


Text Example

White with #0CBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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