Html Css Color HEX #6AF9EE Baby Blue

📋 copy color: '#6AF9EE'

red 106 ◦ green 249 ◦ blue 238

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

Shades of Baby Blue #6AF9EE

Tints of Baby Blue #6AF9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.99%

 BLUE value IS 238 (93.36% from 255) = 40.13%

R = 17.88%
G = 41.99%
B = 40.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6AF9EE (or 0x6AF9EE) is known color: Baby Blue. HEX triplet: 6A, F9 and EE. RGB value is (106,249,238). Sum of RGB (Red+Green+Blue) = 106+249+238=593 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.88% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF9EE is #950611. Grayscale: #CCCCCC. Windows color (decimal): -9766418 or 15661418. OLE color: 15661418.

HSL color Cylindrical-coordinate representation of color #6AF9EE: hue angle of 175.38º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF9EE is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 249 238 -
CMYK 0.57 0 0.04 0.02
HSL 175.38º 0.92% 0.7% -
HSV(B) 175.38º 0.57% 0.98% -
XYZ 55.25 76.99 92.84 -
YUV 204.99 146.62 57.39 -
System Red Green Blue C M Y K H S L
Decimal 106 249 238 0.57 0 0.04 0.02 175.38 0.92 0.7
Hex 6A F9 EE 39 0 4 2 AF 5C 46
Octal 152 371 356 71 0 4 2 257 134 106
Binary 1101010 11111001 11101110 111001 0 100 10 10101111 1011100 1000110

Color Harmonies of #6AF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF9EE

Black with #6AF9EE

Text Example


Text Example

White with #6AF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,249,238); }

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

background-color css

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

 a { background-color: rgb(106,249,238); }

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

border-color css

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

 span { border-color: rgb(106,249,238); }

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