Html Css Color HEX #06B7F1 Deep Sky Blue

📋 copy color: '#06B7F1'

red 6 ◦ green 183 ◦ blue 241

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

Shades of Deep Sky Blue #06B7F1

Tints of Deep Sky Blue #06B7F1

RGB

 RED value IS 6 (2.73% from 255) = 1.4%

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

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 1.4%
G = 42.56%
B = 56.05%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06B7F1 (or 0x06B7F1) is known color: Deep Sky Blue. HEX triplet: 06, B7 and F1. RGB value is (6,183,241). Sum of RGB (Red+Green+Blue) = 6+183+241=430 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.40% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #06B7F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06B7F1 is #F9480E. Grayscale: #888888. Windows color (decimal): -16336911 or 15841030. OLE color: 15841030.

HSL color Cylindrical-coordinate representation of color #06B7F1: hue angle of 194.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06B7F1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 183 241 -
CMYK 0.98 0.24 0 0.05
HSL 194.81º 0.95% 0.48% -
HSV(B) 194.81º 0.98% 0.95% -
XYZ 32.89 40.26 89.26 -
YUV 136.69 186.86 34.78 -
System Red Green Blue C M Y K H S L
Decimal 6 183 241 0.98 0.24 0 0.05 194.81 0.95 0.48
Hex 6 B7 F1 62 18 0 5 C3 5F 30
Octal 6 267 361 142 30 0 5 303 137 60
Binary 110 10110111 11110001 1100010 11000 0 101 11000011 1011111 110000

Color Harmonies of #06B7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B7F1

Black with #06B7F1

Text Example


Text Example

White with #06B7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B7F1; }

 p { color: rgb(6,183,241); }

 H1.HeaderClassName
 {
   color: #06B7F1;
 }
 .AnyTagClassName
 {
   color: #06B7F1;
 }
</style>

background-color css

<style>
 a { background-color: #06B7F1; }

 a { background-color: rgb(6,183,241); }

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

border-color css

<style>
 span { border-color: #06B7F1; }

 span { border-color: rgb(6,183,241); }

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