Html Css Color HEX #0CBEDE Iris Blue

📋 copy color: '#0CBEDE'

red 12 ◦ green 190 ◦ blue 222

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

Shades of Iris Blue #0CBEDE

Tints of Iris Blue #0CBEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 2.83%
G = 44.81%
B = 52.36%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CBEDE (or 0x0CBEDE) is known color: Iris Blue. HEX triplet: 0C, BE and DE. RGB value is (12,190,222). Sum of RGB (Red+Green+Blue) = 12+190+222=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CBEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEDE is #F34121. Grayscale: #8C8C8C. Windows color (decimal): -15941922 or 14597644. OLE color: 14597644.

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

Color convert

RGB 12 190 222 -
CMYK 0.95 0.14 0 0.13
HSL 189.14º 0.9% 0.46% -
HSV(B) 189.14º 0.95% 0.87% -
XYZ 31.75 42.18 75.58 -
YUV 140.43 174.03 36.4 -
System Red Green Blue C M Y K H S L
Decimal 12 190 222 0.95 0.14 0 0.13 189.14 0.9 0.46
Hex C BE DE 5F E 0 D BD 5A 2E
Octal 14 276 336 137 16 0 15 275 132 56
Binary 1100 10111110 11011110 1011111 1110 0 1101 10111101 1011010 101110

Color Harmonies of #0CBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBEDE

Black with #0CBEDE

Text Example


Text Example

White with #0CBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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