Html Css Color HEX #6AECFB Baby Blue

📋 copy color: '#6AECFB'

red 106 ◦ green 236 ◦ blue 251

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

Shades of Baby Blue #6AECFB

Tints of Baby Blue #6AECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.8%

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

R = 17.88%
G = 39.8%
B = 42.33%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6AECFB (or 0x6AECFB) is known color: Baby Blue. HEX triplet: 6A, EC and FB. RGB value is (106,236,251). Sum of RGB (Red+Green+Blue) = 106+236+251=593 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.88% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECFB is #951304. Grayscale: #C6C6C6. Windows color (decimal): -9769733 or 16510058. OLE color: 16510058.

HSL color Cylindrical-coordinate representation of color #6AECFB: hue angle of 186.21º 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 #6AECFB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 236 251 -
CMYK 0.58 0.06 0 0.02
HSL 186.21º 0.95% 0.7% -
HSV(B) 186.21º 0.58% 0.98% -
XYZ 53.35 70.02 101.97 -
YUV 198.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 106 236 251 0.58 0.06 0 0.02 186.21 0.95 0.7
Hex 6A EC FB 3A 6 0 2 BA 5F 46
Octal 152 354 373 72 6 0 2 272 137 106
Binary 1101010 11101100 11111011 111010 110 0 10 10111010 1011111 1000110

Color Harmonies of #6AECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECFB

Black with #6AECFB

Text Example


Text Example

White with #6AECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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