Html Css Color HEX #0CBBE1 Iris Blue

📋 copy color: '#0CBBE1'

red 12 ◦ green 187 ◦ blue 225

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

Shades of Iris Blue #0CBBE1

Tints of Iris Blue #0CBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 2.83%
G = 44.1%
B = 53.07%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0CBBE1 (or 0x0CBBE1) is known color: Iris Blue. HEX triplet: 0C, BB and E1. RGB value is (12,187,225). Sum of RGB (Red+Green+Blue) = 12+187+225=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #0CBBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBE1 is #F3441E. Grayscale: #8A8A8A. Windows color (decimal): -15942687 or 14793484. OLE color: 14793484.

HSL color Cylindrical-coordinate representation of color #0CBBE1: hue angle of 190.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBBE1 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 187 225 -
CMYK 0.95 0.17 0 0.12
HSL 190.7º 0.9% 0.46% -
HSV(B) 190.7º 0.95% 0.88% -
XYZ 31.51 41.06 77.5 -
YUV 139.01 176.52 37.41 -
System Red Green Blue C M Y K H S L
Decimal 12 187 225 0.95 0.17 0 0.12 190.7 0.9 0.46
Hex C BB E1 5F 11 0 C BF 5A 2E
Octal 14 273 341 137 21 0 14 277 132 56
Binary 1100 10111011 11100001 1011111 10001 0 1100 10111111 1011010 101110

Color Harmonies of #0CBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBE1

Black with #0CBBE1

Text Example


Text Example

White with #0CBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,187,225); }

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

background-color css

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

 a { background-color: rgb(12,187,225); }

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

border-color css

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

 span { border-color: rgb(12,187,225); }

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