Html Css Color HEX #01BDDA Iris Blue

📋 copy color: '#01BDDA'

red 1 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #01BDDA

Tints of Iris Blue #01BDDA

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

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

 BLUE value IS 218 (85.55% from 255) = 53.43%

R = 0.25%
G = 46.32%
B = 53.43%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#01BDDA (or 0x01BDDA) is known color: Iris Blue. HEX triplet: 01, BD and DA. RGB value is (1,189,218). Sum of RGB (Red+Green+Blue) = 1+189+218=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #01BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDDA is #FE4225. Grayscale: #878787. Windows color (decimal): -16663078 or 14335233. OLE color: 14335233.

HSL color Cylindrical-coordinate representation of color #01BDDA: hue angle of 188.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BDDA is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 189 218 -
CMYK 1.00 0.13 0 0.15
HSL 188.02º 0.99% 0.43% -
HSV(B) 188.02º 1% 0.85% -
XYZ 30.87 41.46 72.71 -
YUV 136.09 174.22 31.64 -
System Red Green Blue C M Y K H S L
Decimal 1 189 218 1.00 0.13 0 0.15 188.02 0.99 0.43
Hex 1 BD DA 64 D 0 F BC 63 2B
Octal 1 275 332 144 15 0 17 274 143 53
Binary 1 10111101 11011010 1100100 1101 0 1111 10111100 1100011 101011

Color Harmonies of #01BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDDA

Black with #01BDDA

Text Example


Text Example

White with #01BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BDDA; }

 p { color: rgb(1,189,218); }

 H1.HeaderClassName
 {
   color: #01BDDA;
 }
 .AnyTagClassName
 {
   color: #01BDDA;
 }
</style>

background-color css

<style>
 a { background-color: #01BDDA; }

 a { background-color: rgb(1,189,218); }

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

border-color css

<style>
 span { border-color: #01BDDA; }

 span { border-color: rgb(1,189,218); }

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