Html Css Color HEX #06BFF1 Deep Sky Blue

📋 copy color: '#06BFF1'

red 6 ◦ green 191 ◦ blue 241

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

Shades of Deep Sky Blue #06BFF1

Tints of Deep Sky Blue #06BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 1.37%
G = 43.61%
B = 55.02%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06BFF1 (or 0x06BFF1) is known color: Deep Sky Blue. HEX triplet: 06, BF and F1. RGB value is (6,191,241). Sum of RGB (Red+Green+Blue) = 6+191+241=438 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #06BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFF1 is #F9400E. Grayscale: #8D8D8D. Windows color (decimal): -16334863 or 15843078. OLE color: 15843078.

HSL color Cylindrical-coordinate representation of color #06BFF1: hue angle of 192.77º 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 #06BFF1 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 191 241 -
CMYK 0.98 0.21 0 0.05
HSL 192.77º 0.95% 0.48% -
HSV(B) 192.77º 0.98% 0.95% -
XYZ 34.58 43.65 89.82 -
YUV 141.39 184.21 31.43 -
System Red Green Blue C M Y K H S L
Decimal 6 191 241 0.98 0.21 0 0.05 192.77 0.95 0.48
Hex 6 BF F1 62 15 0 5 C1 5F 30
Octal 6 277 361 142 25 0 5 301 137 60
Binary 110 10111111 11110001 1100010 10101 0 101 11000001 1011111 110000

Color Harmonies of #06BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BFF1

Black with #06BFF1

Text Example


Text Example

White with #06BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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