Html Css Color HEX #0CBCD8 Iris Blue

📋 copy color: '#0CBCD8'

red 12 ◦ green 188 ◦ blue 216

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

Shades of Iris Blue #0CBCD8

Tints of Iris Blue #0CBCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 2.88%
G = 45.19%
B = 51.92%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0CBCD8 (or 0x0CBCD8) is known color: Iris Blue. HEX triplet: 0C, BC and D8. RGB value is (12,188,216). Sum of RGB (Red+Green+Blue) = 12+188+216=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #0CBCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCD8 is #F34327. Grayscale: #8A8A8A. Windows color (decimal): -15942440 or 14203916. OLE color: 14203916.

HSL color Cylindrical-coordinate representation of color #0CBCD8: hue angle of 188.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBCD8 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 188 216 -
CMYK 0.94 0.13 0 0.15
HSL 188.24º 0.89% 0.45% -
HSV(B) 188.24º 0.94% 0.85% -
XYZ 30.53 41 71.27 -
YUV 138.57 171.69 37.72 -
System Red Green Blue C M Y K H S L
Decimal 12 188 216 0.94 0.13 0 0.15 188.24 0.89 0.45
Hex C BC D8 5E D 0 F BC 59 2D
Octal 14 274 330 136 15 0 17 274 131 55
Binary 1100 10111100 11011000 1011110 1101 0 1111 10111100 1011001 101101

Color Harmonies of #0CBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCD8

Black with #0CBCD8

Text Example


Text Example

White with #0CBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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