Html Css Color HEX #6AEDFD Baby Blue

📋 copy color: '#6AEDFD'

red 106 ◦ green 237 ◦ blue 253

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

Shades of Baby Blue #6AEDFD

Tints of Baby Blue #6AEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.77%

 BLUE value IS 253 (99.22% from 255) = 42.45%

R = 17.79%
G = 39.77%
B = 42.45%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6AEDFD (or 0x6AEDFD) is known color: Baby Blue. HEX triplet: 6A, ED and FD. RGB value is (106,237,253). Sum of RGB (Red+Green+Blue) = 106+237+253=596 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.79% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEDFD is #951202. Grayscale: #C7C7C7. Windows color (decimal): -9769475 or 16641386. OLE color: 16641386.

HSL color Cylindrical-coordinate representation of color #6AEDFD: hue angle of 186.53º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AEDFD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 237 253 -
CMYK 0.58 0.06 0 0.01
HSL 186.53º 0.97% 0.7% -
HSV(B) 186.53º 0.58% 0.99% -
XYZ 53.96 70.72 103.74 -
YUV 199.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 106 237 253 0.58 0.06 0 0.01 186.53 0.97 0.7
Hex 6A ED FD 3A 6 0 1 BB 61 46
Octal 152 355 375 72 6 0 1 273 141 106
Binary 1101010 11101101 11111101 111010 110 0 1 10111011 1100001 1000110

Color Harmonies of #6AEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEDFD

Black with #6AEDFD

Text Example


Text Example

White with #6AEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,237,253); }

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

background-color css

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

 a { background-color: rgb(106,237,253); }

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

border-color css

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

 span { border-color: rgb(106,237,253); }

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