Html Css Color HEX #61FFF2 Baby Blue

📋 copy color: '#61FFF2'

red 97 ◦ green 255 ◦ blue 242

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

Shades of Baby Blue #61FFF2

Tints of Baby Blue #61FFF2

RGB

 RED value IS 97 (38.28% from 255) = 16.33%

 GREEN value IS 255 (100% from 255) = 42.93%

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 16.33%
G = 42.93%
B = 40.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#61FFF2 (or 0x61FFF2) is known color: Baby Blue. HEX triplet: 61, FF and F2. RGB value is (97,255,242). Sum of RGB (Red+Green+Blue) = 97+255+242=594 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.33% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFF2 is #9E000D. Grayscale: #CECECE. Windows color (decimal): -10354702 or 15925089. OLE color: 15925089.

HSL color Cylindrical-coordinate representation of color #61FFF2: hue angle of 175.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFF2 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 242 -
CMYK 0.62 0 0.05 0
HSL 175.06º 1% 0.69% -
HSV(B) 175.06º 0.62% 1% -
XYZ 56.72 80.47 96.55 -
YUV 206.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 97 255 242 0.62 0 0.05 0 175.06 1 0.69
Hex 61 FF F2 3E 0 5 0 AF 64 45
Octal 141 377 362 76 0 5 0 257 144 105
Binary 1100001 11111111 11110010 111110 0 101 0 10101111 1100100 1000101

Color Harmonies of #61FFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFF2

Black with #61FFF2

Text Example


Text Example

White with #61FFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61FFF2; }

 p { color: rgb(97,255,242); }

 H1.HeaderClassName
 {
   color: #61FFF2;
 }
 .AnyTagClassName
 {
   color: #61FFF2;
 }
</style>

background-color css

<style>
 a { background-color: #61FFF2; }

 a { background-color: rgb(97,255,242); }

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

border-color css

<style>
 span { border-color: #61FFF2; }

 span { border-color: rgb(97,255,242); }

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