Html Css Color HEX #6BF4E5 Baby Blue

📋 copy color: '#6BF4E5'

red 107 ◦ green 244 ◦ blue 229

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

Shades of Baby Blue #6BF4E5

Tints of Baby Blue #6BF4E5

RGB

 RED value IS 107 (42.19% from 255) = 18.45%

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

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 18.45%
G = 42.07%
B = 39.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#6BF4E5 (or 0x6BF4E5) is known color: Baby Blue. HEX triplet: 6B, F4 and E5. RGB value is (107,244,229). Sum of RGB (Red+Green+Blue) = 107+244+229=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #6BF4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF4E5 is #940B1A. Grayscale: #C9C9C9. Windows color (decimal): -9702171 or 15070315. OLE color: 15070315.

HSL color Cylindrical-coordinate representation of color #6BF4E5: hue angle of 173.43º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF4E5 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 107 244 229 -
CMYK 0.56 0 0.06 0.04
HSL 173.43º 0.86% 0.69% -
HSV(B) 173.43º 0.56% 0.96% -
XYZ 52.56 73.48 85.54 -
YUV 201.33 143.61 60.72 -
System Red Green Blue C M Y K H S L
Decimal 107 244 229 0.56 0 0.06 0.04 173.43 0.86 0.69
Hex 6B F4 E5 38 0 6 4 AD 56 45
Octal 153 364 345 70 0 6 4 255 126 105
Binary 1101011 11110100 11100101 111000 0 110 100 10101101 1010110 1000101

Color Harmonies of #6BF4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BF4E5

Black with #6BF4E5

Text Example


Text Example

White with #6BF4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,244,229); }

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

background-color css

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

 a { background-color: rgb(107,244,229); }

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

border-color css

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

 span { border-color: rgb(107,244,229); }

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