Html Css Color HEX #07B7CC Iris Blue

📋 copy color: '#07B7CC'

red 7 ◦ green 183 ◦ blue 204

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

Shades of Iris Blue #07B7CC

Tints of Iris Blue #07B7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 1.78%
G = 46.45%
B = 51.78%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#07B7CC (or 0x07B7CC) is known color: Iris Blue. HEX triplet: 07, B7 and CC. RGB value is (7,183,204). Sum of RGB (Red+Green+Blue) = 7+183+204=394 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.78% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #07B7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B7CC is #F84833. Grayscale: #848484. Windows color (decimal): -16271412 or 13416199. OLE color: 13416199.

HSL color Cylindrical-coordinate representation of color #07B7CC: hue angle of 186.4º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B7CC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 183 204 -
CMYK 0.97 0.10 0 0.2
HSL 186.4º 0.93% 0.41% -
HSV(B) 186.4º 0.97% 0.8% -
XYZ 27.92 38.27 63.04 -
YUV 132.77 168.19 38.29 -
System Red Green Blue C M Y K H S L
Decimal 7 183 204 0.97 0.10 0 0.2 186.4 0.93 0.41
Hex 7 B7 CC 61 A 0 14 BA 5D 29
Octal 7 267 314 141 12 0 24 272 135 51
Binary 111 10110111 11001100 1100001 1010 0 10100 10111010 1011101 101001

Color Harmonies of #07B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B7CC

Black with #07B7CC

Text Example


Text Example

White with #07B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,183,204); }

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

background-color css

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

 a { background-color: rgb(7,183,204); }

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

border-color css

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

 span { border-color: rgb(7,183,204); }

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