Html Css Color HEX #6AECFA Baby Blue

📋 copy color: '#6AECFA'

red 106 ◦ green 236 ◦ blue 250

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

Shades of Baby Blue #6AECFA

Tints of Baby Blue #6AECFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 17.91%
G = 39.86%
B = 42.23%

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

#6AECFA (or 0x6AECFA) is known color: Baby Blue. HEX triplet: 6A, EC and FA. RGB value is (106,236,250). Sum of RGB (Red+Green+Blue) = 106+236+250=592 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.91% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AECFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECFA is #951305. Grayscale: #C6C6C6. Windows color (decimal): -9769734 or 16444522. OLE color: 16444522.

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

Color convert

RGB 106 236 250 -
CMYK 0.58 0.06 0 0.02
HSL 185.83º 0.94% 0.7% -
HSV(B) 185.83º 0.58% 0.98% -
XYZ 53.19 69.96 101.14 -
YUV 198.73 156.93 61.86 -
System Red Green Blue C M Y K H S L
Decimal 106 236 250 0.58 0.06 0 0.02 185.83 0.94 0.7
Hex 6A EC FA 3A 6 0 2 BA 5E 46
Octal 152 354 372 72 6 0 2 272 136 106
Binary 1101010 11101100 11111010 111010 110 0 10 10111010 1011110 1000110

Color Harmonies of #6AECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECFA

Black with #6AECFA

Text Example


Text Example

White with #6AECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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