Html Css Color HEX #03BBDF Iris Blue

📋 copy color: '#03BBDF'

red 3 ◦ green 187 ◦ blue 223

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

Shades of Iris Blue #03BBDF

Tints of Iris Blue #03BBDF

RGB

 RED value IS 3 (1.56% from 255) = 0.73%

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 0.73%
G = 45.28%
B = 54%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03BBDF (or 0x03BBDF) is known color: Iris Blue. HEX triplet: 03, BB and DF. RGB value is (3,187,223). Sum of RGB (Red+Green+Blue) = 3+187+223=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #03BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBDF is #FC4420. Grayscale: #878787. Windows color (decimal): -16532513 or 14662403. OLE color: 14662403.

HSL color Cylindrical-coordinate representation of color #03BBDF: hue angle of 189.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBDF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 187 223 -
CMYK 0.99 0.16 0 0.13
HSL 189.82º 0.97% 0.44% -
HSV(B) 189.82º 0.99% 0.87% -
XYZ 31.13 40.89 76.06 -
YUV 136.09 177.04 33.07 -
System Red Green Blue C M Y K H S L
Decimal 3 187 223 0.99 0.16 0 0.13 189.82 0.97 0.44
Hex 3 BB DF 63 10 0 D BE 61 2C
Octal 3 273 337 143 20 0 15 276 141 54
Binary 11 10111011 11011111 1100011 10000 0 1101 10111110 1100001 101100

Color Harmonies of #03BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBDF

Black with #03BBDF

Text Example


Text Example

White with #03BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BBDF; }

 p { color: rgb(3,187,223); }

 H1.HeaderClassName
 {
   color: #03BBDF;
 }
 .AnyTagClassName
 {
   color: #03BBDF;
 }
</style>

background-color css

<style>
 a { background-color: #03BBDF; }

 a { background-color: rgb(3,187,223); }

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

border-color css

<style>
 span { border-color: #03BBDF; }

 span { border-color: rgb(3,187,223); }

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