Html Css Color HEX #0CBCDF Iris Blue

📋 copy color: '#0CBCDF'

red 12 ◦ green 188 ◦ blue 223

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

Shades of Iris Blue #0CBCDF

Tints of Iris Blue #0CBCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

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

R = 2.84%
G = 44.44%
B = 52.72%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CBCDF (or 0x0CBCDF) is known color: Iris Blue. HEX triplet: 0C, BC and DF. RGB value is (12,188,223). Sum of RGB (Red+Green+Blue) = 12+188+223=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CBCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCDF is #F34320. Grayscale: #8B8B8B. Windows color (decimal): -15942433 or 14662668. OLE color: 14662668.

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

Color convert

RGB 12 188 223 -
CMYK 0.95 0.16 0 0.13
HSL 189.95º 0.9% 0.46% -
HSV(B) 189.95º 0.95% 0.87% -
XYZ 31.45 41.37 76.14 -
YUV 139.37 175.19 37.15 -
System Red Green Blue C M Y K H S L
Decimal 12 188 223 0.95 0.16 0 0.13 189.95 0.9 0.46
Hex C BC DF 5F 10 0 D BE 5A 2E
Octal 14 274 337 137 20 0 15 276 132 56
Binary 1100 10111100 11011111 1011111 10000 0 1101 10111110 1011010 101110

Color Harmonies of #0CBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCDF

Black with #0CBCDF

Text Example


Text Example

White with #0CBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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