Html Css Color HEX #6AFBEF Baby Blue

📋 copy color: '#6AFBEF'

red 106 ◦ green 251 ◦ blue 239

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

Shades of Baby Blue #6AFBEF

Tints of Baby Blue #6AFBEF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.11%

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 17.79%
G = 42.11%
B = 40.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#6AFBEF (or 0x6AFBEF) is known color: Baby Blue. HEX triplet: 6A, FB and EF. RGB value is (106,251,239). Sum of RGB (Red+Green+Blue) = 106+251+239=596 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.79% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBEF is #950410. Grayscale: #CECECE. Windows color (decimal): -9765905 or 15727466. OLE color: 15727466.

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

Color convert

RGB 106 251 239 -
CMYK 0.58 0 0.05 0.02
HSL 175.03º 0.95% 0.7% -
HSV(B) 175.03º 0.58% 0.98% -
XYZ 56.02 78.29 93.82 -
YUV 206.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 106 251 239 0.58 0 0.05 0.02 175.03 0.95 0.7
Hex 6A FB EF 3A 0 5 2 AF 5F 46
Octal 152 373 357 72 0 5 2 257 137 106
Binary 1101010 11111011 11101111 111010 0 101 10 10101111 1011111 1000110

Color Harmonies of #6AFBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBEF

Black with #6AFBEF

Text Example


Text Example

White with #6AFBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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