Html Css Color HEX #0CBAE3 Iris Blue

📋 copy color: '#0CBAE3'

red 12 ◦ green 186 ◦ blue 227

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

Shades of Iris Blue #0CBAE3

Tints of Iris Blue #0CBAE3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 227 (89.06% from 255) = 53.41%

R = 2.82%
G = 43.76%
B = 53.41%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0CBAE3 (or 0x0CBAE3) is known color: Iris Blue. HEX triplet: 0C, BA and E3. RGB value is (12,186,227). Sum of RGB (Red+Green+Blue) = 12+186+227=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #0CBAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBAE3 is #F3451C. Grayscale: #8A8A8A. Windows color (decimal): -15942941 or 14924300. OLE color: 14924300.

HSL color Cylindrical-coordinate representation of color #0CBAE3: hue angle of 191.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBAE3 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 186 227 -
CMYK 0.95 0.18 0 0.11
HSL 191.44º 0.9% 0.47% -
HSV(B) 191.44º 0.95% 0.89% -
XYZ 31.58 40.74 78.87 -
YUV 138.65 177.85 37.67 -
System Red Green Blue C M Y K H S L
Decimal 12 186 227 0.95 0.18 0 0.11 191.44 0.9 0.47
Hex C BA E3 5F 12 0 B BF 5A 2F
Octal 14 272 343 137 22 0 13 277 132 57
Binary 1100 10111010 11100011 1011111 10010 0 1011 10111111 1011010 101111

Color Harmonies of #0CBAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAE3

Black with #0CBAE3

Text Example


Text Example

White with #0CBAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,227); }

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

background-color css

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

 a { background-color: rgb(12,186,227); }

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

border-color css

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

 span { border-color: rgb(12,186,227); }

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