Html Css Color HEX #07BCCF Iris Blue

📋 copy color: '#07BCCF'

red 7 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #07BCCF

Tints of Iris Blue #07BCCF

RGB

 RED value IS 7 (3.13% from 255) = 1.74%

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 1.74%
G = 46.77%
B = 51.49%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#07BCCF (or 0x07BCCF) is known color: Iris Blue. HEX triplet: 07, BC and CF. RGB value is (7,188,207). Sum of RGB (Red+Green+Blue) = 7+188+207=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #07BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BCCF is #F84330. Grayscale: #878787. Windows color (decimal): -16270129 or 13614087. OLE color: 13614087.

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

Color convert

RGB 7 188 207 -
CMYK 0.97 0.09 0 0.19
HSL 185.7º 0.93% 0.42% -
HSV(B) 185.7º 0.97% 0.81% -
XYZ 29.33 40.52 65.31 -
YUV 136.05 168.03 35.96 -
System Red Green Blue C M Y K H S L
Decimal 7 188 207 0.97 0.09 0 0.19 185.7 0.93 0.42
Hex 7 BC CF 61 9 0 13 BA 5D 2A
Octal 7 274 317 141 11 0 23 272 135 52
Binary 111 10111100 11001111 1100001 1001 0 10011 10111010 1011101 101010

Color Harmonies of #07BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCCF

Black with #07BCCF

Text Example


Text Example

White with #07BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BCCF; }

 p { color: rgb(7,188,207); }

 H1.HeaderClassName
 {
   color: #07BCCF;
 }
 .AnyTagClassName
 {
   color: #07BCCF;
 }
</style>

background-color css

<style>
 a { background-color: #07BCCF; }

 a { background-color: rgb(7,188,207); }

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

border-color css

<style>
 span { border-color: #07BCCF; }

 span { border-color: rgb(7,188,207); }

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