Html Css Color HEX #0CBEDD Iris Blue

📋 copy color: '#0CBEDD'

red 12 ◦ green 190 ◦ blue 221

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

Shades of Iris Blue #0CBEDD

Tints of Iris Blue #0CBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 2.84%
G = 44.92%
B = 52.25%

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

#0CBEDD (or 0x0CBEDD) is known color: Iris Blue. HEX triplet: 0C, BE and DD. RGB value is (12,190,221). Sum of RGB (Red+Green+Blue) = 12+190+221=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CBEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEDD is #F34122. Grayscale: #8C8C8C. Windows color (decimal): -15941923 or 14532108. OLE color: 14532108.

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

Color convert

RGB 12 190 221 -
CMYK 0.95 0.14 0 0.13
HSL 188.9º 0.9% 0.46% -
HSV(B) 188.9º 0.95% 0.87% -
XYZ 31.62 42.13 74.87 -
YUV 140.31 173.53 36.48 -
System Red Green Blue C M Y K H S L
Decimal 12 190 221 0.95 0.14 0 0.13 188.9 0.9 0.46
Hex C BE DD 5F E 0 D BD 5A 2E
Octal 14 276 335 137 16 0 15 275 132 56
Binary 1100 10111110 11011101 1011111 1110 0 1101 10111101 1011010 101110

Color Harmonies of #0CBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBEDD

Black with #0CBEDD

Text Example


Text Example

White with #0CBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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