Html Css Color HEX #6AF6FB Baby Blue

📋 copy color: '#6AF6FB'

red 106 ◦ green 246 ◦ blue 251

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

Shades of Baby Blue #6AF6FB

Tints of Baby Blue #6AF6FB

RGB

 RED value IS 106 (41.8% from 255) = 17.58%

 GREEN value IS 246 (96.48% from 255) = 40.8%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 17.58%
G = 40.8%
B = 41.63%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6AF6FB (or 0x6AF6FB) is known color: Baby Blue. HEX triplet: 6A, F6 and FB. RGB value is (106,246,251). Sum of RGB (Red+Green+Blue) = 106+246+251=603 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.58% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AF6FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF6FB is #950904. Grayscale: #CCCCCC. Windows color (decimal): -9767173 or 16512618. OLE color: 16512618.

HSL color Cylindrical-coordinate representation of color #6AF6FB: hue angle of 182.07º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AF6FB is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 246 251 -
CMYK 0.58 0.02 0 0.02
HSL 182.07º 0.95% 0.7% -
HSV(B) 182.07º 0.58% 0.98% -
XYZ 56.31 75.94 102.96 -
YUV 204.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 106 246 251 0.58 0.02 0 0.02 182.07 0.95 0.7
Hex 6A F6 FB 3A 2 0 2 B6 5F 46
Octal 152 366 373 72 2 0 2 266 137 106
Binary 1101010 11110110 11111011 111010 10 0 10 10110110 1011111 1000110

Color Harmonies of #6AF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF6FB

Black with #6AF6FB

Text Example


Text Example

White with #6AF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AF6FB; }

 p { color: rgb(106,246,251); }

 H1.HeaderClassName
 {
   color: #6AF6FB;
 }
 .AnyTagClassName
 {
   color: #6AF6FB;
 }
</style>

background-color css

<style>
 a { background-color: #6AF6FB; }

 a { background-color: rgb(106,246,251); }

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

border-color css

<style>
 span { border-color: #6AF6FB; }

 span { border-color: rgb(106,246,251); }

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