Html Css Color HEX #0CBDDE Iris Blue

📋 copy color: '#0CBDDE'

red 12 ◦ green 189 ◦ blue 222

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

Shades of Iris Blue #0CBDDE

Tints of Iris Blue #0CBDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

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

R = 2.84%
G = 44.68%
B = 52.48%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CBDDE (or 0x0CBDDE) is known color: Iris Blue. HEX triplet: 0C, BD and DE. RGB value is (12,189,222). Sum of RGB (Red+Green+Blue) = 12+189+222=423 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #0CBDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDDE is #F34221. Grayscale: #8B8B8B. Windows color (decimal): -15942178 or 14597388. OLE color: 14597388.

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

Color convert

RGB 12 189 222 -
CMYK 0.95 0.15 0 0.13
HSL 189.43º 0.9% 0.46% -
HSV(B) 189.43º 0.95% 0.87% -
XYZ 31.53 41.75 75.5 -
YUV 139.84 174.36 36.82 -
System Red Green Blue C M Y K H S L
Decimal 12 189 222 0.95 0.15 0 0.13 189.43 0.9 0.46
Hex C BD DE 5F F 0 D BD 5A 2E
Octal 14 275 336 137 17 0 15 275 132 56
Binary 1100 10111101 11011110 1011111 1111 0 1101 10111101 1011010 101110

Color Harmonies of #0CBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBDDE

Black with #0CBDDE

Text Example


Text Example

White with #0CBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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