Html Css Color HEX #6AEBFD Baby Blue

📋 copy color: '#6AEBFD'

red 106 ◦ green 235 ◦ blue 253

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

Shades of Baby Blue #6AEBFD

Tints of Baby Blue #6AEBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.56%

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

R = 17.85%
G = 39.56%
B = 42.59%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6AEBFD (or 0x6AEBFD) is known color: Baby Blue. HEX triplet: 6A, EB and FD. RGB value is (106,235,253). Sum of RGB (Red+Green+Blue) = 106+235+253=594 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.85% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AEBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEBFD is #951402. Grayscale: #C6C6C6. Windows color (decimal): -9769987 or 16640874. OLE color: 16640874.

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

Color convert

RGB 106 235 253 -
CMYK 0.58 0.07 0 0.01
HSL 187.35º 0.97% 0.7% -
HSV(B) 187.35º 0.58% 0.99% -
XYZ 53.38 69.57 103.54 -
YUV 198.48 158.76 62.04 -
System Red Green Blue C M Y K H S L
Decimal 106 235 253 0.58 0.07 0 0.01 187.35 0.97 0.7
Hex 6A EB FD 3A 7 0 1 BB 61 46
Octal 152 353 375 72 7 0 1 273 141 106
Binary 1101010 11101011 11111101 111010 111 0 1 10111011 1100001 1000110

Color Harmonies of #6AEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBFD

Black with #6AEBFD

Text Example


Text Example

White with #6AEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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