Html Css Color HEX #06BBF1 Deep Sky Blue

📋 copy color: '#06BBF1'

red 6 ◦ green 187 ◦ blue 241

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

Shades of Deep Sky Blue #06BBF1

Tints of Deep Sky Blue #06BBF1

RGB

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

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

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

R = 1.38%
G = 43.09%
B = 55.53%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#06BBF1 (or 0x06BBF1) is known color: Deep Sky Blue. HEX triplet: 06, BB and F1. RGB value is (6,187,241). Sum of RGB (Red+Green+Blue) = 6+187+241=434 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.38% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #06BBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBF1 is #F9440E. Grayscale: #8A8A8A. Windows color (decimal): -16335887 or 15842054. OLE color: 15842054.

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

Color convert

RGB 6 187 241 -
CMYK 0.98 0.22 0 0.05
HSL 193.79º 0.95% 0.48% -
HSV(B) 193.79º 0.98% 0.95% -
XYZ 33.72 41.93 89.54 -
YUV 139.04 185.53 33.11 -
System Red Green Blue C M Y K H S L
Decimal 6 187 241 0.98 0.22 0 0.05 193.79 0.95 0.48
Hex 6 BB F1 62 16 0 5 C2 5F 30
Octal 6 273 361 142 26 0 5 302 137 60
Binary 110 10111011 11110001 1100010 10110 0 101 11000010 1011111 110000

Color Harmonies of #06BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BBF1

Black with #06BBF1

Text Example


Text Example

White with #06BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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