Html Css Color HEX #6AF4FE Baby Blue

📋 copy color: '#6AF4FE'

red 106 ◦ green 244 ◦ blue 254

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

Shades of Baby Blue #6AF4FE

Tints of Baby Blue #6AF4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.4%

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 17.55%
G = 40.4%
B = 42.05%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6AF4FE (or 0x6AF4FE) is known color: Baby Blue. HEX triplet: 6A, F4 and FE. RGB value is (106,244,254). Sum of RGB (Red+Green+Blue) = 106+244+254=604 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.55% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AF4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF4FE is #950B01. Grayscale: #CBCBCB. Windows color (decimal): -9767682 or 16708714. OLE color: 16708714.

HSL color Cylindrical-coordinate representation of color #6AF4FE: hue angle of 184.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AF4FE is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 244 254 -
CMYK 0.58 0.04 0 0.00
HSL 184.05º 0.99% 0.71% -
HSV(B) 184.05º 0.58% 1% -
XYZ 56.18 74.92 105.27 -
YUV 203.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 106 244 254 0.58 0.04 0 0.00 184.05 0.99 0.71
Hex 6A F4 FE 3A 4 0 0 B8 63 47
Octal 152 364 376 72 4 0 0 270 143 107
Binary 1101010 11110100 11111110 111010 100 0 0 10111000 1100011 1000111

Color Harmonies of #6AF4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF4FE

Black with #6AF4FE

Text Example


Text Example

White with #6AF4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,244,254); }

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

background-color css

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

 a { background-color: rgb(106,244,254); }

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

border-color css

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

 span { border-color: rgb(106,244,254); }

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