Html Css Color HEX #03BBCE Iris Blue

📋 copy color: '#03BBCE'

red 3 ◦ green 187 ◦ blue 206

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

Shades of Iris Blue #03BBCE

Tints of Iris Blue #03BBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 0.76%
G = 47.22%
B = 52.02%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#03BBCE (or 0x03BBCE) is known color: Iris Blue. HEX triplet: 03, BB and CE. RGB value is (3,187,206). Sum of RGB (Red+Green+Blue) = 3+187+206=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #03BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BBCE is #FC4431. Grayscale: #858585. Windows color (decimal): -16532530 or 13548291. OLE color: 13548291.

HSL color Cylindrical-coordinate representation of color #03BBCE: hue angle of 185.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBCE is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 187 206 -
CMYK 0.99 0.09 0 0.19
HSL 185.62º 0.97% 0.41% -
HSV(B) 185.62º 0.99% 0.81% -
XYZ 28.95 40.02 64.59 -
YUV 134.15 168.54 34.46 -
System Red Green Blue C M Y K H S L
Decimal 3 187 206 0.99 0.09 0 0.19 185.62 0.97 0.41
Hex 3 BB CE 63 9 0 13 BA 61 29
Octal 3 273 316 143 11 0 23 272 141 51
Binary 11 10111011 11001110 1100011 1001 0 10011 10111010 1100001 101001

Color Harmonies of #03BBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BBCE

Black with #03BBCE

Text Example


Text Example

White with #03BBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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