Html Css Color HEX #0CBECE Iris Blue

📋 copy color: '#0CBECE'

red 12 ◦ green 190 ◦ blue 206

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

Shades of Iris Blue #0CBECE

Tints of Iris Blue #0CBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.57%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 2.94%
G = 46.57%
B = 50.49%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CBECE (or 0x0CBECE) is known color: Iris Blue. HEX triplet: 0C, BE and CE. RGB value is (12,190,206). Sum of RGB (Red+Green+Blue) = 12+190+206=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CBECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBECE is #F34131. Grayscale: #8A8A8A. Windows color (decimal): -15941938 or 13549068. OLE color: 13549068.

HSL color Cylindrical-coordinate representation of color #0CBECE: hue angle of 184.95º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBECE is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 190 206 -
CMYK 0.94 0.08 0 0.19
HSL 184.95º 0.89% 0.43% -
HSV(B) 184.95º 0.94% 0.81% -
XYZ 29.71 41.36 64.81 -
YUV 138.6 166.03 37.7 -
System Red Green Blue C M Y K H S L
Decimal 12 190 206 0.94 0.08 0 0.19 184.95 0.89 0.43
Hex C BE CE 5E 8 0 13 B9 59 2B
Octal 14 276 316 136 10 0 23 271 131 53
Binary 1100 10111110 11001110 1011110 1000 0 10011 10111001 1011001 101011

Color Harmonies of #0CBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBECE

Black with #0CBECE

Text Example


Text Example

White with #0CBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,206); }

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

background-color css

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

 a { background-color: rgb(12,190,206); }

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

border-color css

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

 span { border-color: rgb(12,190,206); }

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